body {
  font-family: Helvetica, sans-serif;
  background-color: hsla(34, 78%, 91%, 0.4);
  display: grid;
  justify-content: center;
  align-items: center;
  height: 100dvh;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  margin: 0;
}
.logo {
  width: 200px;
}
h1 {
  color: rgb(11, 11, 11);
  font-size: 4rem;
  line-height: 0.7;
}
p {
  font-size: 1.3rem;
}
a:link,
a:visited,
a:hover,
a:active {
  color: black;
}
.info-wrapper {
  text-align: center;
  padding: 2rem;
  margin: 0 2rem;
}
