/*
CSS Document used for Web Assignment 1
Author: Hunter Berg
Course: ITWP 1000
File: bingor.css
*/
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.background1
{
    background-color: #9C9A9A;
}
.outlastbackground2
{
    background-color: #14170C;
}
.terminabackground3
{
    background-color: #8B6737;
}
.signalisbackground4
{
    background-color: black;
}
.navbackground5
{
    background-color: honeydew;
}
.outlast
{
    color: white;
    font-family: 'Courier New', Courier, monospace;
}
.termina
{
    color: white;
    font-family: Cardo, "Crimson Pro", monospace;
}
.signalis
{
    color: white;
    font-family: League Spartan, monospace;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
}
.size18
{
    font-size: 18px;
}
.border
{
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 50px;
}
.gameimage
{
    border-style: inset hidden outset hidden;
    display: flex;
    justify-content: space-around;
}
