
@font-face {
    font-family: RobotoBold;
    src: url(fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Cyberdyne;
    src: url(fonts/cyberdyne/cyberdyne.ttf);
}


body {
    color: #6d777e;
    background-color: black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-image: url("viper_edgerunner_greydark.png");
    background-size: 90%;
}

h1 {
    font-family: Cyberdyne;
    font-size; 50px;
}

.netdiv {
    font-family: Roboto;
    position: absolute;
    top: 40%;
    right: 20%;
}

a:link {
    color: magenta;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: magenta;
    font-weight: bold;
    text-decoration: none;
}
