#home-container{
    width: 100%;
    height: 900px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#home-container > img{
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.heading{
    margin-bottom: 20px;
}

.main-text{
    font-family: rubik;
    font-size: 72px;
    font-weight: 400;
    line-height: 86.4px;
    letter-spacing: -0.25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FAFAFA;
    margin-bottom: 20px;
}

.app-name{
    font-family: rubik;
    font-size: 72px;
    font-weight: 400;
    line-height: 86.4px;
    letter-spacing: -0.25px;
    background: var(--app-name-bg);
    -webkit-background-clip: text;
    background-clip: #FAFAFA;
    color: transparent;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.sub-text{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    color: #A4A5B6;
}

.users{
    margin-top: 20px;
}

.users > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    color: #A4A5B6;
}

.users > p > span {
    font-weight: 600;
    color: #FAFAFA;
}

.bottom{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.bottom > p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    color: #A4A5B6;
}

.bottom > p > span {
    font-weight: 600;
    color: #FAFAFA;
}

.content > img{
    position: absolute;
}

.star1{
    width: 48px;
    height: 48px;
    top: -7px;
    right: 5%;
}

.star2{
    width: 32px;
    height: 32px;
    top: 43%;
    left: -10%;
}

.pfp-container{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pfp{
    height: 64px;
    width: 64px;
    border-radius: 64px;
    border: 2px solid #211A3B;
}

.pfp > img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.pfp1{
    margin-right: -10px;
    z-index: -3;
}
.pfp2{
    position: absolute;
    top: 0;
    left: 50px;
    z-index: -2;
}
.pfp3{
    position: absolute;
    top: 0;
    left: 100px;
    z-index: -1;
}
.pfp4{
    position: absolute;
    top: 0;
    left: 150px;
    z-index: 0;
}
.pfp5{
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 1;
}
.pfp6{
    position: absolute;
    top: 0;
    left: 250px;
    z-index: 2;
}
