.STEM {
    font-size: 40px;
    color: #e5e5e5;
    font-family: 'LemonMilkR';
}
div.EM {
    text-align: center;
    font-size: 9vw;
    width: auto;
    height: auto;
    font-family: 'LemonMilkR';
    background: -webkit-linear-gradient(#e5e5e5, #e5e5e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.BEM{
    background-color: #0f0a12;
    color: #e5e5e5;
}

footer {
    height: 50vw;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
}
footer div {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    font-weight: bold;
}
footer i {
    padding: 0 10px;
    font-size: 7vw;
}
footer img {
    height: 15vw;
}

@media screen and (max-width: 1081px) {
    footer div {
        font-size: 3vw;
    }
    footer img {
        height: 12vw;
    }
    footer i {
        font-size: 6vw;
    }
}
@media screen and (max-width: 431px) {
    footer {
        height: 50vw;
    }
    footer div {
        font-size: 4vw;
    }
    footer img {
        height: 15vw;
    }

}

html {
    color:#1d1d1d;
    font-family:'Be Vietnam';
    font-size: 20px;
}

a:link, a:visited {
    text-decoration: none;
    color: currentColor;
}

a:-webkit-any-link {
    text-decoration: none;
    color: currentColor;
}