* {
  font-family: "Outfit", sans-serif;
  font-family: "Playfair Display", serif;
  font-family: "Red Hat Display", sans-serif;
}

body {
  background-image: url(images/pattern-background-desktop.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
}

.bx1 {
  background: hsl(225, 100%, 98%);
}

.btn-2 {
  background: hsl(223, 47%, 23%);
}

.attribution {
  font-size: 11px;
  text-align: center;
}
.attribution a {
  color: hsl(228, 45%, 44%);
}
