body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.center-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: rgb(11,44,38);
    padding: 0px;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a, .topnav p {
  font-weight: bold;
  margin: 0;
  float: left;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: white;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #77db25;
  color: white;
  font-weight: bold;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

#login-button{
  font-size: 17px;
  background-color: #f7d560;
  color: black;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 6px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 8px 10px;
  border: 1px solid black;
}

#background-image {
  object-fit: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  filter: brightness(40%);
}

.main {
  position: fixed;
  text-align: center;
  color: white;
}

.image-center {
  position: fixed;
  margin: 5% auto; /* Will not center vertically and won't work in IE6/7. */
  top: 10%;
  left: 0;
  right: 0;
  padding: 10px;
  border-radius: 3px;
  max-width: 300px;
}

h1 {
  font-family:Georgia, 'Times New Roman', Times, serif;
}

p {
  font-size: 19px;
}

#ho-signup-button {
  background-color: #255cdb;
}

#sp-signup-button {
  background-color: #5625db;
}

#ho-signup-button, #sp-signup-button {
  display: inline-block;
  text-decoration: none;
  color: white;
  font-size: 19px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 8px 10px;
  border: 1px solid black;
  border-radius: 3px;
  max-width: 160px;
}