@font-face {
    font-family: "Bub";
    src: url("fonts/Bub-Regular.ttf") format("truetype");
}
body {
    margin:0;
    padding:0;
    background: url(images/blackBG.png) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Bub';
}
.container {
    width:800px;
    margin: auto;
    background: url(images/paper.png) repeat-y center center fixed;
}
.container img {
    width: 70%;
    display: block;
    margin:1.5vh auto;
}
.container p {
    text-align: center;
    font-size: 2.25rem;
    width:80%;
    margin:1.5vh auto;
    font-family: 'Bub';

}
#logo {
    width:150px;
    margin: auto;
    display:block;
}
nav {
    display:flex;
    justify-content: space-around;
    width:80%;
    margin:auto;
}

#steam a {
    font-size: 2.75rem;
    color: darkorange;
}
