body {
  font-family: "Raleway", sans-serif;
  background-color: #f1f1f1;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.active {
  background-color: #575151;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #ddd;
  color: #000000;
}

/* Style the content */
.content {
  color: black;
  padding: 10px;
}

/* Style the footer */
.footer {
  background-color: #f1f1f1;
  padding: 10px;
}

hr {
  height: 7px;
  background-color: #575151;
}

.nolink {
  text-decoration: none;
  color: black;
}
