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

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

.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 {
    font-family: 'Open Sans';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  