.background {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.icons {
    display: flex;
    justify-content: center;
    font-size: 10vw;
    color: #FFFFFF6E;
    gap: 1rem;
}

.icons img {
    width: 10vw;
    height: 10vw;
}

.title {
    text-align: center;
    font-weight: 200;
    font-size: 10rem;
    color: #FFFFFF43;
}

.btn-join {
    text-decoration: none;
    color: #FFF;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 1rem 2rem;
    background-color: #FFFFFF36;
    border-radius: 1rem;
    border: 3px solid #FFFFFFBD;
}

.btn-join:hover {
    background-color: #FFFFFF5A;
}

.btn-join img {
    width: 3rem;
    margin-bottom: -0.8rem;
    margin-left: 0.5rem;
}