body {
  height: 100vh;
  background-image: url("/images/construction.jpg");
  background-size: cover;
  background-position: center;
}
main {
  text-align: center;
  color: #1e1066;
  font-family: "Barlow", sans-serif;
}
img {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 100%;
  height: auto;
  width: 256px;
}
h1 {
  font-family: "Barlow", sans-serif;
  font-size: 62px;
  margin-top: 0px;
  font-weight: 800;
}
p {
  color: #1e1066;
  font-size: 38px;
}

i {
  margin-left: 8px;
  color: #1e1066;
}
