* {
    margin: 0;
    padding: 0;
}
body {
    font-family: montserrat, sans-serif;
    background-color: #111111;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    /* scroll-behavior: smooth; */
}

/* scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: rgba(49, 49, 49, 0.301);
    border-radius: 10px 10px 10px 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #3e0e0e;
}
/* end scrollbar */

/* global text scaling */
h1 {
    font-size: 135px;
}
h2 {
    font-size: 75px;
}
h3 {
    font-size: 50px;
}
p {
    font-size: 30px;
    font-weight: lighter;
}
a {
    text-decoration: none;
}
/* end global text scaling */

.content-begin {
    height: 1400px;
    margin-bottom: 250px;
}
.title {
    display: flex;
    justify-content: center;
}
#title-gif {
    position: relative;
    top: 500px;
    width: 1600px;
    height: auto;
}
#title-logo {
    top: -100px;
    position: absolute;
}

.content-info {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 1600px;
    flex-direction: column;
}
.content-info_text, .content-info_verschil {
    margin-bottom: 300px;
}
.content-info_verschil h3{
    margin-bottom: 10px;
    
}

.content-pages {
    height: 800px;
    width: 1600px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 75px;
    margin-bottom: 100px;
    margin-top: 100px;
}
.content-pages_history img{
width: 750px;
}
.content-pages_history h3 {
    padding: 10px;
    position: relative;
    top: -150px;
    left: 10px;
    color: white;
    font-size: 55px;
}
.content-pages_genres {
    position: relative;
    top: -164px;
    right: -150px;
}
.content-pages_genres h3 {
    padding: 10px;
    position: relative;
    left: 10px;
    color: white;
    font-size: 55px;
}

.content-pages_genres img{
    width: 600px
}

.content-toprappers_container {
    height: 1080px;
    width: 1600px;
}

.history-title {
    text-align: center;
    margin-top: 400px;
    margin-bottom: 200px;
}

/* make history-container_right display in row */
.history-item_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.history-item_text, .history-item_image {
    padding: 50px;
}
.history-item_text h2, h3 {
    font-size: 80px;
}
.history-item_image img {
    width: 600px;
    height: auto;
}

.history-container_right {
    display: flex;
    flex-direction: column;
    margin: 100px 0;
}
.history-container_right p {
    width: 1200px;
    padding: 0 100px;
}
footer {
    margin-top: 150px;
    margin-bottom: 200px;

}
footer a {
    text-decoration: none;
    color: white;
    border: 2px solid #841C1C;
    font-size: 30px;
    padding: 10px; 
    border-radius: 10px;
}
footer a:hover {
    transition: .5s;
    background: #841C1C;
}
.container-genres div {
    width: 1200px;
    height: 350px;
}
.container-genres{
    margin-top: 120px;
    margin-bottom: 100px;
}
.genres-top, .genres-bot {
    display: flex;
    flex-direction: row;
}
.tl, .tr, .bl, .br {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px;
}

.content-toprappers_container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.playlist {
    width: 1000px;
    margin-top: 100px;
    margin-bottom: 100px;
}
.playlist iframe {
    height: 700px;

}
.content-toprappers_container p {
    font-size: 25px;
    color: gray;
}
 

/* overlay button */
.overlay-button {
    border: none;
    height: 100vh;
    position: fixed;
    z-index: 100;
    width: 250px;
    right: 0;
    background-color: transparent;
}