html {
  background-color: wheat;
}

h1 {
  margin: 1rem;
  color: brown;
}

a {
  margin: 1rem;
  color: darkcyan;
  text-decoration: none;
}

a:hover {
  color: brown;
}

.back-ground .main {
  width: 450px;
  background-color: antiquewhite;
  margin: 3rem auto;
  padding: 1rem;
}

.back-ground .main .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: brown;
}

.back-ground .main .copy {
  background-color: antiquewhite;
  font-size: 0.5rem;
  font-weight: bold;
  text-align: center;
  color: crimson;
  margin-top: 3rem;
}
/*# sourceMappingURL=style.css.map */