body{
    margin: 0;
    background-image: url("/res/background.png");
    background-size: 100%;
    background-color: black;
}
.navbar {
    background-color: #36373b;
    overflow:hidden ;
    width: 100%;
    position: fixed;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    transition: transform 0.2s;
}
.navbar a{
    background-color: #36373b;
    font-size: 17px;
    color: #e0e0e0;
    text-decoration: none;
    float: left;
    padding: 7px 15px ;
    vertical-align: middle;
    letter-spacing: 1px;
    text-align: center;
}
.navbar .text a{
    display: block;
    padding: 15px 15px ;
}
.navbar a img{
    display: block;
    height: 36px;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #ddd;
    color: #36373b;
}
.content{
    padding: 16px;
    height: 100%;
    color: white;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
} 
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
  
.dropdown-content a {
    float: none;
    background-color: #2c2c2e;
    color: rgb(200, 200, 200);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
.dropdown-content a:hover {
    background-color: #ddd;
}
  
.dropdown:hover .dropdown-content {
    margin-top: 50px;
    display: block;
    position: fixed;
    
}
.ddbottom{
    border-radius: 0px 0px 10px 10px;
}
.active{
    background-color: #262626;
}
.nav--hidden {
    transform: translateY(-5000px);
} 
.button1 {
    font-size: 90px;
    width: 100%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    color: #ddd;
    background-color: #3a3a3a;
}
.button1:hover{
    background-color: #505050;
}
.button1:active{
    background-color: #201f1f;
}