.contact
{
    text-align: center;
    padding: 10vmin;
    background-image: url(../img/bgGlobe.png);
    background-size: cover;
    background-position: center;
}

.contact h2
{
    font-size: 4vmin;
    margin-bottom: 2vmin;
}

.contact p
{
    font-size: 1.7vmin;
    margin-bottom: 4vmin;
}

.contact-icons
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1vmin;
    margin-top: -2vmin;
}

.contact-icons img
{
    width: 13vmin;
    height: 13vmin;
    image-rendering: pixelated;
    cursor: pointer;
}

#email
{
    width: 12.5vmin;
    height: 12.5vmin;
    align-self: center;
}