h1{
    margin-bottom: 10px;
}
h3{
    margin-top:0px;
    margin-bottom:10px;
}

button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    touch-action: manipulation;
    max-width: 30px;
    font-size: 10px; 
    font-weight: 600; 
    font-family: 'Poppins'; 
    background-color: #D3D7D8;
    border-radius: 4px;
    border-width: 2px;
    border-color: rgb(167, 167, 167);
    color:grey;
}
button:active{
    border-color: rgb(90, 90, 90);
    color:rgb(99, 99, 99);
    background-color: rgb(201, 201, 201);
    transform: translateY(4px);
}