body{
    background-color: #000;
    font-family: 'Open Sans';
    text-align: center;
    color: white;
}
#pad{
    text-align: center;
    background-color: #333;
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0; bottom: 0; right: 0; left: 0;
    margin: auto;
    color: white;
    box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.75);
    border-radius: 30px;
}
.hold{
    display: inline-block;  
    margin-left: 20px;
    margin-right: 20px;
}
.optBtn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
}
.optBtn:hover{
    cursor: pointer;
}
.buttonx{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 20px;
    /*box-shadow: 0px 0px 40px 3px darkblue;*/
    box-shadow: inset 0px 0px 30px 0px rgba(0,0,0,0.75);
    background-color: white;
    border-radius: 10px;
}
.buttonx:hover{
    cursor: pointer;
}
@media (max-height: 550px) {
    #footer{
        display: none;
    }
}

/**FOOTER**/
#footer{
    position: absolute;
    right: 0; left: 0; bottom: 10px; margin: auto;
    text-align: center;
    color: white;
    z-index: 999;
    font-family: 'Merriweather Sans', sans-serif;
    width: 100vw;
}
#footer a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}
#footer a:link{
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}
