body{
    background-color: #474C58;
    font-family: 'MinecraftiaRegular';
}

h2 {
    color: #2AA5F4;
    font-family: 'MinecraftiaRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 4.5vw;
    text-align: center;
    text-shadow: 0.5w, 0.5w, #0F5D8E;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
}

h3 {
    color: white;
    font-family: 'MinecraftiaRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.8vw;
    text-align: center;
    text-shadow: 0.25vw, 0.5vw, #3F3F3F;
    margin-top: 200px;
}

.link {
    color: #4D9CBE;
    font-family: 'MinecraftiaRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2vw;
    text-align: center;
}
.social {
    color: #2AA5F4;
    font-family: 'MinecraftiaRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.4vw;
    text-align: center;
    text-shadow: #0F5D8E;
}

#text {
    text-align: center;
    margin-top: 350px;
}