body {
    background-image: url(seven.gif);
    background-size: 100%;
    background-attachment: fixed;
}

@font-face {
    font-family: heading;
    src: url(GothicPixels\ copy.ttf)
}

@font-face {
    font-family: body;
    src: url(Uni\ Sans\ Thin\ Italic.otf);
}

p {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight:lighter;
    text-align: center;
    color:antiquewhite
}

h1 {
    text-align: center;
    font-family:heading;
    color:bisque;
    font-size: 40px;
}

h5 {
    font-size: x-small;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:antiquewhite;
    text-align: center;
}

a {
    color:lime;
}

img {
    max-width: 33%;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}