

body {
  background-image: url("https://thegrasslandclans.neocities.org/grasslandtexture.png");
  color: #1B1C1A;
  font-family: Verdana;
  text-align: left;
}

p {
  font-size: 12px;
  color: #1D282F;
  text-align: left;
}

li {
  font-size: 12px;
  color: #1D282F;
  text-align: left;
}

h1 {
  font-size: 25px;
  color: #2F5850;
  text-align: left;
}

h2 {
  font-size: 20px;
  color: #2F5850;
  text-align: left;
}

h3 {
  font-size: 18px;
  color: #2F5850;
  text-align: left;
}

* {
  box-sizing: border-box;
}

.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-item {
  background-color: #D0DBA9;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
  .flex-container {
    flex-direction: column;
  }
}

.boxh2 {
  border-radius: 1%;
  font-size: 20px;
  color: #D0DBA9;
  padding: 10px;
  border: 2px solid #0D2729;
  background-image: linear-gradient(to bottom, #173138, #2F5850);
  text-align: center;
}

.box {
  width: 90%;
  z-index: 99;
  padding: 1rem;
  border-radius: 1%;
  border: 5px solid #D0DBA9; 
  background-color: #D0DBA9;
  color: #1B1C1A;
  font-family: Verdana;
  text-align: left;
  flex-direction: column;
  align-self: center; 
  display: flex;
  flex-wrap:wrap;
  margin: auto;
  justify-content:center;
  flex-basis:12%;
}
    
.box1 {
  z-index: 99;
  padding: 1rem;
  border-radius: 1%;
  border: 5px solid #D0DBA9; 
  background-color: #D0DBA9;
  color: #1B1C1A;
  font-family: Verdana;
  text-align: left;
  flex-direction: column;
  align-self: center; 
  display: flex;
  flex-wrap:wrap;
  margin: auto;
  justify-content:center;
  flex-basis:12%;
}

hr {
  color: #496A42;
  width: 100%;
  text-align: left;
  margin-left: 0;
}

.bodytext {
  width: 80%;
  padding: 5px;
  border-radius: 1%;
  border: 5px solid #D0DBA9; 
  background-color: #D0DBA9;
  color: #1B1C1A;
  font-family: Verdana;
  text-align: left;
}

.container {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  color: #496A42;
  background-color: transparent;
  text-decoration: none;
}

a:link {
  color: #496A42;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #4E8744;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #3B6A26;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #598A3F;
  background-color: transparent;
  text-decoration: underline;
}

/* No Page Link */

.nopage {
  color: #A34561;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}

.nopage:link {
  color: #A34561;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}

.nopage:visited {
  color: #A34561;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
}

.nopage:hover {
  color: #A34561;
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}

.nopage:active {
  color: #A34561;
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}

/* Add a black background color to the top navigation */
.topnav {
  display: flex;
  width: 93%;
  background-image: linear-gradient(to bottom, #173138, #2F5850);
  background-color: #333;
  border: 2px solid #0D2729;
  overflow: hidden;
  border-radius: 2%;
  color: #0D2729;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #C3E8E0;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-image: linear-gradient(to bottom, #366A60, #498066);
  color: #DBEBCE;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-image: linear-gradient(to bottom, #2C5C60, #477367);
  color: #C7EADA;
}
