* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: Jffect;
    src: url(../font/Broke-Bold.otf)
}

body {
    background: url(../img/background.jpg);
    background-size: cover;
    color: #FFF;
}


#container {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}

h1 {
    text-align: center;
    font-size: 8vh;
    font-family: Jffect;
    padding-top: 2%;
}

.socials {
    padding: 6% 0;
    text-align: center;
}

.socials img {
    width: 10%;
    padding: 0 2%;
    transform: scale(1.0);
    transition: transform 1.5s;
}

.socials img:hover {
    transform: scale(1.15);
    transition: transform 1.5s;
}

dotlottie-player {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
}

@media only screen and (max-width: 1500px) {
    .socials img {
        width: 15%;
        padding: 0 2%;
    }
}

@media only screen and (max-width: 800px) {
    .socials img {
        width: 20%;
        padding: 0 2%;
    }
}

@media only screen and (max-width: 650px) {
    h1 {
        font-size: 6vh;
    }
}