body {
  background-color: white;
  color: black;
  font-family: Verdana;
  max-width: 800px;
  margin: auto;
}

img.logo {
  margin-top: 10px;
  height: 45px;
  
}

.topnav1 {
  overflow: hidden;
}

.topnav1 img {
  float: left;
}

.topnav1 input {
  float: right;
  margin-top: 22px;
  margin-bottom: 5px;
}


.topnav {
  background-color: rgb(16, 72, 98);
  overflow: hidden;
  margin-top: 7px;
}

.topnav a {
  color: white;
  text-decoration: none;
  padding: 7px;
}

.topnav a:hover {
  background-color: rgb(23, 105, 143);
}

.articles {
  padding-left: 20px;
}

.articles h1 {
  opacity: 50%;
}

.articles a:hover {
  background-color: aliceblue;
}

.articles p {
  opacity: 80%;
}