@font-face {
    font-family: "Futura Std";
    src: url("/font/FuturaStd-HeavyOblique.eot");
    src: url("/font/FuturaStd-HeavyOblique.woff") format("woff"),
    url("/font/Futura\ Std\ Heavy\ Oblique.otf") format("opentype"),
    url("/font/FuturaStd-HeavyOblique.svg") format("svg");
}

body {
    background-color: black;
}

div#main {
    padding-top: 10%;
    text-align: center;
}

h1#name {
    font-family: 'Futura Std', Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 90px;
    color: white;
}

h2#mad {
    font-family: 'Futura Std', Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    color: white;
}

div#links {
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 10px !important; 
    right: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
}

span {
    font-family: 'Futura Std', Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
}

a, a:link, a:visited {
    bottom: 0;
    font-family: 'Futura Std', Arial, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: white;
    text-decoration: none;
    text-align: start;
    /* transition */
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    position: relative;
}

a:hover {
    color: grey;
}