.bg{
    background-image: url(/assets/images/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}
.text{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-items: center;
}
.text>div{
    width: 100%;
    text-align: center;
}
.social{
    font-size: 1.5rem;
}
.social>a{
    text-decoration: none;
}