.content {
  line-height: 2;
  margin: auto;
  width: 50%;
  justify-content: center;
  padding: 50px 0;
}

.content a {
  font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 780px) {
  .content {
    width: 85%;
    padding: 35px 0;
  }
}

@media only screen and (max-width: 450px) {
  .bh-logo {
    display: none;
  }
  .content {
    width: 90%;
  }

  #home-item {
    display: grid;
  }
}
