body {
  background-color: #043927;
  color: black;
}
#special-header{
 text-align: center;
    text-decoration-line: underline;
    text-decoration-color: white;
    text-decoration-style: solid;
    color: white;
    font-size: 45px;
    font-family: lucida, cursive;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
  color: white;
  font-size: 25px;
  font-family: lucida, cursive;
}

header {
  background-color: black;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  margin: 20px;
}