body {
  background-color: black;
  color: #5bb104;
  font-size: 20px;
  font-family: "Jersey 15";;
}
a{
color: #bfec0e;
}
a:hover{
  color: #d31717
}
strong{
  color: #bfec0e;
  font-size:22px ;
}
.red-text{
  color: #d31717;
}
.everything{
    border:2px solid #bfec0e;
    max-width:900px;
    margin:auto;
}
.jersey-15-regular {
  font-family: "Jersey 15", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.main-page-content {
  max-width: 900px;
  text-align: left;
  padding: 20px;
  padding-top:20px;
  border:3px solid #217500;
  flex-grow: 8 ;
  display:flex;
  flex-direction: column;
}
.left-sidebar {
  border:3px solid #217500;
  font-size: 18px;
  text-align: left;
  padding:10px;
  padding-top:0px;
  max-width: 200px;
  line-height: 25px;
  
}
.flex-container{
  display:flex;
  max-width: 900px;
  height:500px;
  margin:auto;
  align-items: stretch;
}
.main-page-content img{
  width:150px;
  height:150px;
}
.munchy{
  background-color:white;
  color:yellow;
  border: 5px solid yellow;
  display:flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.munchytext{
 border:5px solid yellow;
 padding: 0px 20px 20px 20px;
}

