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

body {
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.7;
  margin: 5rem;
  background-color: rgb(47, 47, 47);
  background-image: url("../images/backgrounds/winterButterfly.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.center {
  display: block;
  margin: auto;
  width: 100%;
}

h1 {
  font-size: 4rem;
  font-family: "Handlee", cursive;
  font-weight: 300;
  text-align: center;
  letter-spacing: -1px;
  margin: 0;
  color: #041d30;
}

/* .mini--logo2 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  margin: 2rem;
} */