*{
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'MinecraftFont';
    src: url("PixeloidSans-mLxMm.ttf");
}

.main{
    min-height: 100vh;
    min-width: 100%;
    background-image: linear-gradient(rgba(4, 9, 30, 0.2), rgba(4, 9, 30, 0.2)), url('background.jpeg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.title {
    position: relative;
    top: 10vh;
    font-family: 'MinecraftFont', sans-serif;
    font-size: 125px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px black;
}

.WIP {
    position: relative;
    top: 10vh;
    font-family: 'MinecraftFont', sans-serif;
    font-size: 45px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px black;
}

.about {
    position: relative;
    top: 10vh;
    font-family: 'MinecraftFont', sans-serif;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px black;
    width: 90%;
    color: white;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 25px;
}

.logo{
    height: 60px;
    width: 60px;
    padding: 1% 2%;
    filter: drop-shadow(0 0 0.75rem black);
}

.discord{
    position: absolute;
    top: 85%;
    left: 95%;
    transform: translate(-50%,-50%);
    width: 100px;
    filter: drop-shadow(0 0 0.75rem black);
}

footer{
    position: relative;
    top: 10vh;
    font-family: 'MinecraftFont', sans-serif;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 5px black;
    width: 90%;
    color: white;
    position: absolute;
    top: 95%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 25px;
}

a:link           { color: #c00 } 
a:visited        { color: #0c0 } 
a:hover, a:focus { color: #00c } 
a:active         { color: #ccc }
