@font-face {
    font-family: Orbitron;
    src: url(Web437_IBM_EGA_8x8.woff);
}

body
{
    color: #55FF55;
    background-color: black;
}

h1
{
    text-align: center;
}

.title-bar
{
    display: flex;
    justify-content: center;
    background-color: #555555;
    list-style-type: none;
    overflow: hidden;
}
.title-bar a
{
    font-family: Orbitron;
    font-size: 32px;
    flex-wrap: wrap;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: #55FF55;
    list-style-type: none;
    text-shadow: 2px 2px #000000;
    text-decoration: none; 

}
.title-bar a:hover
{
    background-color: #AAAAAA;
    text-decoration: none; 
}
.bbs-info
{
    font-family: Orbitron;
    font-size: 14px;
    color: #55FF55;
    text-align: center;
    margin: auto;
}
.bbs-info a
{
    color: #5555FF;
    text-decoration: none;
}

.info-info
{
    font-family: Orbitron;
    font-size: 14px;
    width: 70%;
    text-align: center;
    margin: auto;
}

.info-box-container
{
    margin: auto;
    width: min-content;
    height: 256px;
    font-family: Orbitron;
    font-size: 14px;
    border-style: double;
    justify-content: center;
    overflow: auto;
    color: #555555;
    text-align: left;
    background-color: #000000;
}
.info-box-info
{
    color: #55FF55;
    text-decoration: none; 
    list-style-type: none;
    float: left; 
    margin: auto;
}

.info-box-container img
{
    float: left; 
    margin: 0px 8px 8px 0px; 
}

.info-box-container a
{
    color: #5555FF;
    text-decoration: none;
}

.footer
{
    font-family: Orbitron;
    font-size: 14px;
    border-style: solid none none none;
    border-color: #555555;
    color: #55FF55;
    text-align: center;
    margin: auto;
}