* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ff7477;
  font-family: "UnifrakturCook", cursive;
  font-family: "UnifrakturMaguntia", cursive;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.container {
  background-color: white;
  width: -moz-fit-content;
  width: fit-content;
  padding: 50px;
  margin: 50px auto;
  text-align: center;
  border-radius: 10px;
  box-shadow: 10px 10px 10px rgba(80, 80, 80, 0.61);
}/*# sourceMappingURL=style.css.map */