h1, h2, h3, h4, p, li {
    text-align: center;
    font-family: UnnamedDOSFontIV;
}
a {
    text-decoration: none;
    font-family: UnnamedDOSFontIV;
}
a.link:hover::before, a.link:active::before{
    content: ">  ";
}
a.link:hover::after, a.link:active::after {
    content: "  <";
}
a.header {
    font-size: 1.8em;
}
a.button {
    background-color: #FFFFFF;
    color: #000000;
    border: 2px solid #FFFFFF; 
}
a.button:hover, a.button:active{
    background-color: #000000;
    color: #FFFFFF;
    border: 2px solid #000000; 
}
.col {
    display: flex;
    flex-direction: column;
    margin: 2px;
}
.row {
    display: flex;
    flex-direction: row;
    margin: 2px;
}
.center {
    justify-content: center;
}
.border {
    border: 2px solid black;
    border-top: dashed;
    border-bottom: dashed;
}
.border.border-bottom {
    border-top: 0px; 
    border-left: 0px; 
    border-right: 0px;
}
.border.border-topbottom { 
    border-left: 0px; 
    border-right: 0px;
}
img.pixelimg {
    image-rendering: pixelated;
}
img.img-box {
    border: 1px solid black;
    object-fit: cover; 
    height: 100%; 
    width: 100%;
}
ul.menu {
    list-style: none;
}
h4.border.border.border-bottom {
    border-bottom: 1px solid;
}
@media screen and (min-width: 900px) {
    #main {
        margin-left: 15%; 
        margin-right: 15%;
    }
    img.img-box {
        border: 3px solid black;
        object-fit: cover;
        width: 40%; 
    }
    .col {
        margin: 1%;
    }
    .row {
        margin: 1%;
    }
}
