
body{
    max-width: 100vw;
    max-height: 100vh;
}
.leftDiv{
    display: flex;
    flex-direction: column;
    background-color: #2f2f2f;
    padding: 80px 40px;

    height: 100vh;
    max-height: 100vh;
}

.channelDetails {
    display: flex;
    flex-direction: column;
    background-color: #2f2f2f;
    justify-content: center;
}

.amounts{
    display: flex;
    flex-direction: column;
}
.emptyContainer{
    width: 5vw;
}

.description{
    margin-top: 10px;
}

.divContainer {
    display: flex;
    flex-direction: row;

}

.rightDiv {
    display: flex;
    flex-direction: column;
    background-color: #2f2f2f;
    padding: 50px;

    height: 100vh;
    width: 60vw;
    max-height: 100vh;
}

.imageBanner {
    scale: 100%;
}

.banner {
    max-height: 423px;
    max-width: 1500px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.profilePicture {
    margin: 40px 0px 0px 20px;
    padding-right: 30px;
    max-height: fit-content;
    max-width: fit-content;
}

.profile{
    display: flex;
    flex-direction: column;
}

.lijntje{
    background-color: #414141;
    height: 10px;
    width: auto;
    margin: 30px 0px 40px 0px;
}

.video1{

    background-color: #414141 ;
    width: 400px;
    height: 250px;
}
