*{margin: 0; padding: 0;}

@font-face {
    font-family: "Old English";
    src: url("../fonts/OLD_ENGLISHED.TTF");
}
body{
    font-family: "Arial";
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #ffffff;
    background: #121212;
}
a{
    color: #7700ff;
    text-decoration: none;
}
header{
    background-color: #7700ff;
    width: 100%;
    height: 45px;
}
.title{
    margin: 5% 0 0 0;
    font-family: "Old English";
    font-size: 40pt;
    color: #111;
    text-shadow: 1px 3px #5900ff, -1px -2px #5900cc, 2px -2px #5900aa, 0 0 10px #5900ff;
}

.links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.links a{
    border-radius: 3px;
    margin: 1%;
    padding: .5% .3%;
    text-align: center;
}

section{
    background: #131313;

}