html{
    font-family: Roboto, "Helvetica Neue", sans-serif;
}
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
a{
    text-decoration: none;
    color:black;
}
.fl {
    display: flex;
    flex-direction: column;
}
.f1{
    flex:1;
}
.fdc{
    flex-direction: column;
}
.h100{
    height:100%;
}
.ovs{
    overflow: scroll;
    overflow-x: hidden;
}
input {
    margin: 4px;
    border:solid;
    text-align: center;
    width: 2em;
    height: 2em;
    font-size: 2em;
}

span {
    padding:3px 2px;
    display:block;
}

.sections {
    margin-top: 2vh;
}
.sections button{

    padding: 0.25em;
    margin: 0.2em;

}
.help{
    text-align: left;
    margin:auto;

}
#results {
    display: flex;
    flex-wrap: wrap;
    margin:auto;
    color:rgb(26, 1, 29);
    padding:2vh 5vw;
}
.footer{
    display:flex;
    align-items: center;
    justify-content: center;
}
.footer span{
    padding:0;
    margin:0;
}
#year{
    padding: 0 2px;
}
div.keyboard div{
    display: flex;
    justify-content: center;
    align-items: center;
}
#bs::before{
    content: "\21D0";
}
#low::before{
    content: "\2610";
}
#go::before{
    content: "\2611";
    color:darkolivegreen;
    
}
#go, #reset,#low{
    padding: 0 2px;
}
#reset::before{
    content: "\2612";
    color:darkred;
}
span.key{
    width:30px;
    font-size:2em;
    font-weight: bold;
    border:solid 1px black;
    margin:2px;
}
@media only screen and (max-width: 800px) {
    body{

    }
    h2 {

    }
    input {

    }
    
}