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

body {
  margin: 0px;
}

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

.home-logo {
  width: 60vw;
}

.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;
  font-size: 36pt;
}

.about-bar {
  position: absolute;
  bottom: 0;
  display: flex;
  width: 100vw;
  z-index: -1;
}

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

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

}

.autocomplete-box:hover {

  background-color: #193153;

}

.pad{
  flex: 1;
}