body {
  background-image: url("https://packedmol.neocities.org/MainCampaign/Players/images/ionebackground.webp");
	background-size: 100%;
	background-attachment: fixed;
    background-position:center;
	font-family: "VT-100", fixedsys, System, monospace;
	font-size: 13px;
  }

.box {
    border: 10px;
    border-style: double;
    border-color: #007b2d;
    width:600px;
    background-color: #15ff00;
    position: absolute;
    margin-left: 450px;
    
  }


.inner {
    padding: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 15px;
  }

.pfp {
  float: right;
  border: 10px groove #00ccdb;
  margin-left: 5px;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #006625;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #00ff5e;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #00491b;
  color: white;
}