@font-face {
    font-family: "Moyudan";
    src: url("Moyudan-XGMvo.otf") format("opentype"); /* Ignore this warning */
  }

body {
  font-family: Moyudan;
  background-image: url("neocitiesbackground-repeat.jpg");
  background-size: auto;
  display: grid;
}

button {
    font-family: Moyudan;
}

.main-article {
    color: MidnightBlue;
}


.main {
  display: grid;
  grid-template-columns: 225px 860px;
  gap: 10px;
  overflow-x: hidden;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-height: fit-content;
  overflow-y: show;
  box-sizing: border-box;
  background: rgba(253, 245, 230, 0.7);
}

/*Left Side Changelog Tab*/
.nav-tab {
  transform: translateY(-22px);
  padding-top: 0px;
  margin-top: 0px;
  box-sizing: border-box;
}


#updates {
  border-style: none outset outset outset;
  border-color: IndianRed;
  background-color: IndianRed;
  color: LightYellow;
  height: 300px;
  overflow-y: hidden;
  z-index: 1;
  padding-top: 0px;
  margin-top: 0px;
  box-sizing: border-box;
  }
  
#updates p {
  transform: translateY(-15px);
  max-height: 210px;
  overflow-y: scroll;
  scrollbar-width: thin;  /*Ignore Warning*/
  scrollbar-color: DarkSalmon IndianRed;  /*Ignore Warning*/
  padding: 5px
}

/*Status (below updates)*/

#status {
 color: IndianRed;
 margin-left: 10px; 
}

#status ul{
  border: dashed;
  border-color: #f9c00f;
  margin-top: 0;
  padding: 5px;
  list-style-type: square;
  list-style-position: inside;
}



/*Nav Bar*/
header {
 display: table; 
 z-index: 0;
 width: 1089px;
 height: 20px;
 margin-left: auto;
 margin-right: auto;
 background-color: IndianRed;
 border-style: outset outset none outset;
 border-color: IndianRed;
 box-sizing: border-box;
 

}

.headerimage {
 background-image: url("https://i.pinimg.com/736x/65/f1/4b/65f14b12a70f5e5dd3e6a342b5da17b0.jpg");
 margin: 0px;
 padding: 0px;
 height: 100px;
 width: 1089px;
}

.headerimage img {
 height: 90px; 
}

header button {
 background-color: DarkSalmon;
 border-style: outset;
 border-color: DarkSalmon; 
 margin-top: 2px;
 margin-bottom: 2px;
 color: LightYellow;
}

header button:hover {
 border-style: inset;
 border-color: DarkSalmon;
}

#navline {
 padding: 0px;
 width: 870px;
 margin: 0px;
 float: right;
 height: 2px;
 color: #883d3d;
 background-color: #883d3d;
 border: none;
}

/*footer*/

.foot {
 width: 1095px;
 margin-left: auto;
 margin-right: auto;
 border: outset;
 border-color: #f9c00f;
 background-color: #e6d26f;
 margin-top: none; /*Ignore Warning*/
 max-height: fit-content;
 color: IndianRed;
 text-align: center; 
 box-sizing: border-box;
}

.foot a {
 color: IndianRed; 
}