p,
h1,
h2,
h3 {
  font-family: "Open Sans";
}

.homepage {
  align-items: center;
  text-align: center;
  background: #152F56;
  color: white;
  min-height: 100vh;
}

.home-logo {
  width: 40vh;
}

.home-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
}

.search-button {
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.search-button:hover {
  cursor: pointer;
}

.about-bar {
  display: none;
}

.search-bar {
  height: 100%;
  flex: 1;
  margin-right: 10px;
  border-radius: 15px;
  border-style: solid;
  padding-left: 10px;
}

.autocomplete-box {
  
  text-align: left; 
  width: 100%; 
  cursor: pointer; 
  padding: 5px;
  background-color: #25487C;
  display: flex;

}

.autocomplete-box:hover {

  background-color: #193153;

}