@font-face {
    font-family: Ubuntu-Bold;
    src: url(Ubuntu-Bold.ttf);
}

@font-face {
    font-family: Ubuntu-Regular;
    src: url(Ubuntu-Regular.ttf);
}

body {
    background-image: url("theBgThing.png");
    color: white;
    font-family: Ubuntu-Regular;
}

h1 {
    font-family: Ubuntu-Bold;
}

b {
    font-family: Ubuntu-Bold;
}

a:link {
    color: aqua;
}

a:visited {
    color: aqua;
}