body {
  margin: 0;
  padding: 0;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.logo img {
  max-width: 100%;
  max-height: 100%;
}

.content {
  font-family: Verdana;

  height: 200px;
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -250px;
}

.topnav {
  background-color: #034877;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  font-family: Verdana;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: rgb(255, 102, 0);
  color: white;
}

.footer {
  background: #034877;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Verdana;
  font-size: 12px;
  color: white;
}

.footer a {
  all: unset;
  cursor: pointer;
}

.toucan-tech-baby-logo {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  fill: #FFFFFF;
}
