@font-face {
    font-family: "joystix monospace";
    src: url('src/fonts/joystix\ monospace.otf');
  }
*{
    
    padding: 0;
}
body{
    background-image: url(src/images/background.png);
    margin: 0;
}
header{
    
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(src/images/headerBackground.png);
    background-repeat: repeat-x;
    color: white;
    height: 300px;
}

#title{
    font-family: "joystix monospace";
    font-size: 2em;
}
p, strong, a{
    font-family: sans-serif;
}

#download{
    text-decoration: none;
    background-color: blueviolet;
    color: white;
    border: black solid 5px;
    font-size: 1.5em;
    font-weight: bold;
}
.info{
    background: red;
    border: 5px black solid;
}