/* OMG HIYA this is my silly little css sheet! this is likely not the best or fastest way to achive anything on here but Im proud of it!
Please feel free to copy and paste stuff as long as you credit me!
*/

body {
  background-color: lightgreen;
  color: black;
  font-family: Verdana;
  background-image: url("https://theawwtysm.neocities.org/Assets/images/backgrounds/greenbg.jpg");
  background-size: 150px 150px;
}
/* navigation */
ul {
 list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333333;
  display: flex;
  
}


ul li a {
  display: block;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #111111;
}



.Container {
  display: flex;
  justify-content: center;}
/* flexbox shit */
.box {
  width: 550px;
  height: 150px;
  margin: 10px;
  padding: 25px;
  border: 5px solid green; 
  background-color: lime;
  
  }
.box content {
  background-color: lime;
  }
  .box nav {
      background-color: white;
    }
  .box .bot {
      background-color: white;
}
.box .sidebar {
    background-color: green;
}