body {
  background-image: url("https://packedmol.neocities.org/Images/oldmapbackground.jpg"); /*Replace with your own background*/
	background-size: 100%;
	background-attachment: fixed;
    background-position:center;
	font-family: "VT-100", fixedsys, System, monospace;
	font-size: 13px;
  }

.box {
    border: 2px;
    border-style: double;
    border-color: #cfc092;
    width:500px;
    height:fit-content;
    background-color: #F1E9D2;
    margin-left: 500px;
    position:fixed;
    top: 20px;    
  }

  .box2 {
    border: 2px;
    border-style: double;
    border-color: #cfc092;
    width:250px;
    height:fit-content;
    background-color: #F1E9D2;
    margin-left: 200px;
    position:fixed;
    top: 20px;   
  }

.inner {
    padding: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

.navigation .current-page {
    background: #174522;
    color: #edf2ed;
    border: 2px solid #006850;
    border-bottom: 4px solid #174522;
}

.navigation a {
    color: #edf2ed;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.05rem;
}