body{
    background-color: #333333
}

.selector-container{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
}

.selector-container select{
    background-color: #333333;
    color: white;
    border: none;
}

h2{
    font-family: 'Roboto', sans-serif;
    color: white;
}

.paper {
    margin-top: -60px;
    position:relative;
    margin-bottom: 0px;
    padding-bottom: 0px;
    z-index: 0;
}

.paper-iframe{
    overflow:hidden !important;
}

.overlay{
    height:60px;
    width:100%;
    background-color: #333333;position:relative;
    top:-1054px;
}

select{
    font-size: 25px;
    padding: 10px;
    border-radius: 5px;
}

select option { 
    font-size: 25px;
}

.nav-button-container{
    position: relative;
    margin-top: -85px;
    z-index: 100;
}

.nav-button-container a{
    z-index: 100;
}