::-webkit-scrollbar{
    width: 5px;
}
::-webkit-scrollbar-track{
    background: rgb(255, 255, 255);
}
::-webkit-scrollbar-thumb{
    background-color: rgb(255, 0, 0);
}


body{
    background-color: black;
}
.menue{
    position: fixed;
    background-color: rgb(155, 0, 0);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 20px;
    float: left;
    width: 15%;
    height: 100%;
}
.menue h2, h3{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.menue a{
    text-decoration: none;
    color: white;
}
.menue a h3{
    transition: all 0.7s ease;
}
.menue a h3:hover{
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.home{
    background-color: rgb(0, 0, 0);
    width: 81%;
    float: right;
    color: white;
    text-align: center;
}
.home h1,h2,h3{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.home p{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.informatie{
    background-color: rgb(0, 0, 0);
    width: 76%;
    float: right;
    color: white;
    text-align: left;
}
.informatie h1,h2,h3{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.informatie p{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.informatie a{
    color: rgb(255, 0, 0);
    text-decoration-color: rgb(255, 0, 0);
}

.logo{
    width: 100px;
    left: 0px;
}

.discordbutton{
    background-color: rgb(67, 62, 235);
    color: rgb(255, 255, 255);
    float: right;
    position: relative;
    transition: all 0.7s ease;
    top: 50px;
    right: 75px;
    border-radius: 20px;
    width: 400px;
    padding: 5px;
    font-size: 200%;
    text-decoration: none;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.discordbutton:hover{
    transform: scale(1.1);
    transition-duration: 0.3s;
    box-shadow: 0px 0px 7px 7px rgb(97, 92, 239);
}
.discordrectangle{
    background-color: white;
    width: 800px;
    height: 150px;
    position: relative;
    left: 100px;
    border-radius: 10px;
}
.discordimage{
    position: relative;
    bottom: 50px;
    float: left;
}

.lastvid{
    background-color: white;
    color: black;
    height: 500px;
    width: 800px;
    position: relative;
    left: 100px;
    top: 100px;
    border-radius: 10px;
}
.ytvid{
    position: relative;
    top: 30px;
    border-radius: 10px;
}

.social-media{
    background-color: white;
    color: black;
    position: relative;
    top: 200px;
    left: 100px;
    height: 200px;
    width: 800px;
    border-radius: 10px;
}

.social-media-icons{
    float: left;
    left: 80px;
    bottom: 20px;
    position: relative;
}
.icon{
    width: 75px;
    padding: 40px;
    transition: all 0.7s ease;
}
.icon:hover{
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.footer{
    position: relative;
    width: 81%;
    height: 75px;
    float: right;
    bottom: -200px;
    background-color:rgb(150, 0, 0);
    padding: -20px;
    text-align: center;
}
.footer h1,h2,h3,h4,h5,h6{
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.button_{
    background-color: black;
    border-radius: 20px;
}

.footer_{
    position: relative;
    width: 81%;
    height: 75px;
    float: right;
    bottom: -250px;
    background-color:rgb(150, 0, 0);
    padding: -20px;
    text-align: center;
}
.footer_ h1,h2,h3,h4,h5,h6{
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}