body {
  background-color: black;
  color: white;
  font-family: Verdana;
  text-align:center;
}

nav {
  border-radius: 10px;
  display: flex;
  background-color: #00451A;
  border-style:solid;
  border-color: #2f2f2f;
  border-width:3px;
}

nav div{
  border: 2px;
  border-style:solid;
  border-color: black;
  background-color: #2f2f2f;
  border-radius: 10px;
}

nav div:hover{
border-color: #C8C8C8;
border-bottom-right-radius: 25px;
}

nav div a{
    padding: 13px;
    display:inline-block;
    width:max-content;
    height:100%;
    
    color: #C8C8C8;
    text-decoration: none;
    text-align:center;
}

#underconstruction {
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

#main_content a:link {
  color: white;
}

#main_content a:visited {
  color: #C8C8C8;
}