@font-face {
    font-family: CaliGraph421BT;
    src: url(/assets/CaliGraph421BT.TTF);
}

body {
    background-color: #948cb3;
    color: white;
    font-family: "CaliGraph421BT", sans-serif;
}

#content {
    text-align: center;
    width:800px;
    margin:0 auto;
}

#headerimage, #footerimage {
    width: 600px;
}
#footerimage {
    margin-top: 4rem;
}
a, a:visited, a:active {
    color: white;
}

#gallery img {
    width: 260px;
    height: 173px;
    border: 2px solid white;
    border-radius: 2px;
}
#gallery a, #gallery a:visited, #gallery a:active {
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 600px) {
    #content {
        width: 100%;
        font-size: 1rem;
    }
    #headerimage, #footerimage {
        width: 100%;
    }
}