body {
    font-family: Arial, Helvetica, sans-serif;
    color: #CC9966;
    background-color: black;
  }

#header {
    display: flex;
    justify-content: space-between;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 15px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #9E0704;
  color: white;
} 

#logo {
  padding: -16px;
  margin: -16px;
}

.articleimage {
  display: block;
  margin: auto;
  width: 80%;
  margin-top: 16px;
  border-radius: 32px;
  box-shadow: white 0px 0px 8px;
}

p {
  text-align: justify;
  margin: auto;
  width: 90%;
  font-size: 14px;
  line-height: 18px;
}

.redline {
  font-size: 18px;
  color: #9E0704;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  background-color: #333;
  color: white;
  padding: 0px;
  margin-top: 10px;
}

#copyright {
  font-size: 10px;
  display: flex;
  justify-content: space-evenly;
  padding: 10px;
}

footer > a {
  color: white;
}

#menu {
  width: 40%;
}

h3 {
  font-weight: bold;
  text-align: center;
  margin: auto;
  width: 90%;
  font-size: 22px;
  line-height: 22px;
  color: white;
}

h2 {
  text-align: left;
  margin: auto;
  width: 90%;
  font-size: 18px;
  line-height: 22px;
  color: #ffc387;
}

input,label {
  left: 10%;
  position: sticky;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 70%;
  color: white;
}



#msg {
  min-height: 100px;
}