header{
  padding-top: 1em;
}
body{
  margin: 0 auto;
  width: 800px;
	background-color: #000000;
  color: #CE0033;
  font-family:courier;
  text-align:left;
  font-size: 35px;
    }

.meicon{
height: 45px;
}
.title a {
  color:#CE0033;
  font-size: 70px;
  text-decoration: none;
  }
.navigation{
  display:flex;
  justify-content: flex-start;
  flex-wrap:nowrap;
  background-color: inherit;
  border: none;
  list-style: none;
  text-align: left;
  gap: 10px;
  font-size: 30px; 
}
.navigation a{
  text-decoration: none;
  color: white;
}
.navigation a:hover, .dropdown:hover, .dropbtn:hover, .dropdown-content a:hover {
  background-color: #ffffff62;
}
#current{
  text-decoration: underline overline #CE0033;
}
.push {
  margin-left: auto;
}
.dropdown-content {
  display: none;
  position: absolute;
  flex-direction: column;
  background-color: #000000;
  top: 35px;
  width: 175px;
  margin:  auto;

}
.dropdown-content a{
  float: none;
  padding-bottom: 10px;
  flex-direction: column;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.dropdown, .dropbtn{
  display:flex;
  flex-direction: column;
  background-color: inherit;
  position: relative;
  flex-wrap:wrap;
  align-items: center;
  border: none;
  font-family:courier;
  justify-content: space-between;
  align-content:flex-start;
  list-style: none;
  text-align: left;
  font-size: 30px; 
}
.dropdown:hover .dropdown-content {
  display:flex;
}





.main{
  padding-top: 1em;
}
.img{
  width: 100%;
  height: 200px;
  object-fit: fill;
    }