body {
    font-family: 'Arial', sans-serif;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

p {
    font-size: 1.25rem;
}

footer {
    border-top: 1px solid #eaeaea;
}
input[type=number].inputnumber::-webkit-inner-spin-button,
input[type=number].inputnumber::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Desktop*/
@media only screen and (min-width:769px){
    #refreshTokenButton {
       margin-top : 0;
    }
    .mt10 {
        margin-top : 20px!important;
    }
}

/* 828×1792 pixels at 326ppi */
@media only screen 
    and (width: 414px) 
    and (height: 896px) 
    and (-webkit-device-pixel-ratio: 2) { 
        #refreshTokenButton {
            margin-top : 20px!important;
        }        
    }
    th{
        color:red;
    }