body {
background: url('https://web.archive.org/web/20241123151908im_/https://certifiedfreshone.neocities.org/fuji.jpg') no-repeat center center fixed;
font-family: "Eurostile", "Eurostile", sans-serif;
}
#main {
    background-color: white;
    border: 1px solid black;
    text-align: center;
    padding: 5px;
    margin: 5px;
    width: 1200px;
}
button {
    font-family: "Eurostile", "Eurostile", sans-serif;
    background-color: white;
    border: 1px solid black;
    color: black;
}
button:hover {
    font-family: "Eurostile", "Eurostile", sans-serif;
    background-color: black;
    border: 1px solid gray;
    color: white;
}
#header {
    background-color: white;
    color: black;
    border: 1px solid black;
    margin: 5px;
    padding: 5px;
    width: 1200px;
    text-align: center;
}
#rightnavbar {
    background-color: white;
    height: 1000px;
    width: 300px;
    float: right;
    border: 1px solid black;
    padding: 5px;
    margin: 5px;
    text-align: right;
}
#leftnavbar {
    background-color: white;
    height: 1000px;
    width: 300px;
    float: left;
    border: 1px solid black;
    padding: 5px;
    margin: 5px;
    text-align: left;
}
#content {
    background-color: #FFFFFF;
    height: 1000px;
    width: 1180px;
    float: left;
    border: 1px solid black;
    padding: 5px;
    margin: 5px;
    text-align: center;
}
h1 {
    font-family: "Eurostile Extended Bold", sans-serif;
}
h2, h3 {
    font-family: "Eurostile URW Black", sans-serif;
}