
html{
    height: 100%;
}

body {
    overflow:hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

#banner {
    font-family: 'early_gameboyregular';
    color: #306850;
    font-size: 4.2vh;
    text-shadow: 0px 2px #071821;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#slogan{
    font-family: 'early_gameboyregular';
    color: #306850;
    font-size: 1.6vh;
    text-shadow: 0px 1px #071821;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8;
}

#container {
    display:flex;
    justify-content: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

#cvs {
    padding:0;
    margin:0;
    height:75vh;
    border: .8vh solid #306850;
    background-color: #86c06c;
}

.icons{
    right: 1vw;
    bottom: 50vh;
    position: absolute;
}

.icons ul li{
    list-style: none;
    margin-top: 15px;
    text-align: center;
}

.icons ul li a{
    color: #e0f8cf;
    border-radius: 50%;
    border: 1px solid #e0f8cf;
    padding: 5px;
    display: block;
}

#buttons {
    font-family: 'early_gameboyregular';
    font-size: 1.6vh;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    margin: auto;
    display:flex;
    justify-content: center;
}

#buttons ul li{
    list-style: none;
    text-align: center;
    float:left;
    padding-right: 1vh;
}

#buttons ul li a{
    color: #e0f8cf;
    border: .3vh solid #e0f8cf;
    display: inline;
    padding-left: .4vh;
    padding-right: .4vh;
}

#restart{
    cursor: pointer;
}

#restart :hover{
    color: #86c06c;
}

#gfmode{
    cursor: pointer;
}

#gfmode :hover{
    color: #e03c28;
}

#volume {
    color: #e0f8cf;
}

#slider{
    appearance: none;
    width: 8vh; /* Full-width */
    height: 1.2vh; /* Specified height */
    background: #e0f8cf; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

#slider:hover {
    opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
#slider::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 1.2vh; /* Set a specific slider handle width */
    height: 1.2vh; /* Slider handle height */
    background: #4CAF50; /* Green background */
    cursor: pointer; /* Cursor on hover */
}

@font-face {
    font-family: 'early_gameboyregular';
    src: url('gameboyfont/early_gameboy-webfont.woff2') format('woff2'),
        url('gameboyfont/early_gameboy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#button{
    display:flex;
    justify-content: center;
    height:75vh;
}

.key {
    display: inline-block;
    /* padding: 2px 5px 0 5px; */
    border: solid .3vh #e0f8cf;
    text-align: center;
    font-size: 1.6vh;
    margin: 0 .1vh 2vh .3vh;
    padding: 1vh;

}
.info_keys {
    font-family: 'early_gameboyregular';
    font-size: 1.6vh;
    color: #e0f8cf;
}