body {
  margin: 0;
}

h1 {
  font-size: 38px;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 26px;
  }
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 2em;
}

#updating-website {
  display: flex;
  justify-content: center;
  color: #333;
  max-width: 1200px;
  margin: 0 auto;
  height: 100vh;
  align-items: center;
}

#updating-website img{
  max-width: 45%;
}

@media screen and (max-width: 1024px) {
  #updating-website {
    flex-direction: column;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
  }

  #updating-website img{
    max-width: 75%;
  }
}
