html{
    font-family: futura;
    font-size: 20px;
    width=max-content;
    font-weight: bold;
}
body{
    padding: 5% 30%;
}
#keypad{
    padding-top: 5%;
    padding-bottom: 3%;
    background-color: whitesmoke;
    margin 50px;
    border-radius: 40px;
}
.keyrow{

}
.key{
    height: 80px;
    width: 80px;
    background-color: #cae6fc ;
    margin-left: 6%;
    margin-bottom: 5%;
    padding: 6%;
    display: inline-block;
    border-radius: 25%;
    text-align: center;
}
.key div{
    margin-top: 20px;
    font-size: xx-large;
}
#acc{
    margin-bottom: 5%;
}
#acc, #passcode{
    text-align: center;
    font-size: xx-large;

}
#passcode{
    border: 1px solid #cae6fc;
    border-radius: 20px;
    margin-left: 6%;
    margin-right: 6%;
}
