body {
    padding: 0;
    margin: 0;
    background-color: #363636;
    color: white;
    background-image: url('/img/Firefly angry fire-breathing giant cabbage monster from space 80691.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
a:link {
  color: white;
}
a:visited {
  color: white;
}
a:hover {
  color: blue;
}

 @font-face {
    font-family: varino;
    src: url('/inc/Varino - Normal.otf');
}

#content {
    background-color: #363636;
    margin: 40px;
    padding: 40px;
    border-radius: 30px;
    font-family:Arial, Helvetica, sans-serif;
    text-align: center;
    color: white;
}
#head {
    font-family: varino;
    font-size: 300%;
    margin-bottom: 20px;
}
#nav {
    font-weight: bold;
    margin-bottom: 40px;
}