.container {
  max-width: 1000px;
  margin: auto;
}

.header {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
}

.header-text img {
  width: 300px;
  margin-bottom: 25px;
}

.header-text h2 {
  font-size: 1.6rem;
  margin: 0px 0px 5px 2px;
}

.header-text p {
  font-size: 1.1rem;
  line-height: 28px;
}

.header-text a {
  text-decoration: none;
  color: #223797;
  font-weight: bold;
}

.header-img {
  text-align: center;
  margin: 3.5rem 0rem 4rem 0rem;
}

.header-img img {
  width: 350px;
}

.header-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-links p {
  margin: 0px 25px;
  font-size: 1.2rem;
  font-weight: bold;
}

.header-links a {
  text-decoration: none;
  /* background-color: #207de9; */
  background-color: #223797;
  color: #ffffff;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 6px;
  width: 175px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header-links a:hover {
  background-color: #2bc1a6;
}

#arrow {
  margin-right: 10px;
}

#comment {
  margin-left: 10px;
}

@media only screen and (max-width: 850px) {
  .header-text img {
    width: 200px;
  }

  .header-text h2 {
    font-size: 1.3rem;
  }

  .header-text p {
    font-size: 0.9rem;
  }

  .header-img img {
    width: 280px;
  }
}

@media only screen and (max-width: 500px) {
  .header {
    padding: 10px;
  }

  .header-links a {
    font-size: 0.9rem;
    padding: 12px;
    align-items: center;
    width: 145px;
    margin: 10px;
  }

  .header-links {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  .header-links p {
    display: none;
  }

  .header-img {
    margin: 2.5rem 0rem 2rem 0rem;
  }

  .header-img img {
    width: 200px;
  }

  .header-text h2 {
    font-size: 1.1rem;
  }

  .header-text p {
    font-size: 0.8rem;
    line-height: 20px;
  }
}

@media only screen and (max-height: 800px) {
  .header-img img {
    width: 200px;
  }
}

@media only screen and (max-height: 580px) {
  .header-img {
    display: none;
  }

  .header-links {
    margin-top: 2rem;
  }

  .header-links a {
    font-size: 1rem;
    padding: 12px 0px;
    width: 140px;
  }
}
