* {
    margin: 0;
    padding: 0;
}

body {
    /* overflow-y: hidden; */
    overflow-x: hidden;
}

#home-page-container {
    width: 100vw;
    height: 150vh;
    display: flex;
    flex-direction: column;
}

#banner-container {
    width: 100vw;
    height: 45vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #262626;
    background-image: url('../img/2306.w018.n002.1973B.p15.1973.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#profile-container {
    width: 100vw;
    height: 20vh;
    background-color: #262626;
    position: relative;
    display: flex;
    align-items: center;
}

.profile-card {
    position: absolute;
    left: 20px;
    height: 63%;
    width: 20%;
    display: flex;
    align-items: center;
}

#profile-img-container{
    width: 30%;
    height: 90px;
    border-radius: 9000px;
}

#profile-img-container img{
    height: 100%;
    width: 100%;
    border-radius: 9000px;
}

#profile-name-container{
    width: 50%;
    height: 30%;
    position: relative;
    margin-left: 5%; 
    display: flex;
    align-items: center;
    color: white;
}

.button-container {
    position: absolute;
    right: 5%;
    height: 30%;
    width: 12%;
    display: flex;
}

.follow-button{
    width: 25%;
    height: 100%;
}

.follow-button img{
    height: 100%;
    width: 100%;
}

.subscribe-button{
    width: 60%;
    height: 100%;
    margin-left: auto;
}

.subscribe-button img{
    height: 100%;
    height: 100%;
}

#info-container {
    width: 100vw;
    height: 85vh;
    background-color: #202020;
}

#info-card-container {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 85vw;
    height: 85vh;
}

.info-card {
    width: 30%;
    height: 48%;
    margin: auto;
    background-image: url("../img/browser.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.info-card-body {
    position: absolute;
    width: 94%;
    height: 82%;
    left: 5.5px;
    bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.info-card-body-img {
    display: flex;  
    justify-content: center;
    align-items: center;
    width: 100%; 
    height: 100%;
}

.link-name h2{
    color: black;
}

.link-group a{
    text-decoration: none; 
}

.info-card-body img{
    margin: auto;
    width: 70%;
    height: 100%;
}

.link-tree-container{
    width: 75%;
    height: 75%;
}

.link-group{
    height: 33%;
    width: 100%;
    display: flex;
}

.link-img{
    width: 22%;
    height: 100%;
}

#link-img-yt{
    width: 22%;
    height: 100%;
    display: flex;
    align-items: center;
}

#link-img-yt img{
    width: 100%;
    height: 80%;
}

.link-img img{
    width: 100%;
    height: 100%;
}

.link-name{
    width: 75%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 5%;
}

.flex-break {
    flex-basis: 100%;
}