body {
     background-color: whitesmoke;
    font-family: 'Roboto', sans-serif;

}

.logo {
    position: fixed;
    background-color: white;
    z-index: 10;
}



.charts_background {
    display: none;
   
        z-index: 8;
    position: relative;

}
.charts {
    padding-left: 2%;
    padding-right: 2%;
    top: 130px;
    position: relative;
    z-index: 9;
    width: 200%;
    
}


.container {
   
    top: 80px;
    z-index: 7;    
   
}

p {
    font-size: 10px;
}

.ads {
    
    
}

img {
    width: 100%;
}


.generator {
    text-align: center;
    margin-left: 2%;
   
}

.entry {
    
    background-color: black;
    color: whitesmoke;
    padding: 1% 1%;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
}
.entry:hover {
    background-color:mediumblue;
    color: white;
}

a {
    text-transform: inherit;
    cursor:pointer;
    color: black;
    
}

a:hover {
    color: olivedrab;
    
}

button {
    background-color: black;
    color: white;
}
button:hover {
    color: red;
}