*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  list-style: none;
  border: none;
  outline: none;
  text-decoration: none;
}

*:focus {
  outline: none;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, #ffd8da, #ffc7cc);
  color: #fff3f3;
  font-size: 1.6rem;
  font-family: "Modak", cursive;
  font-weight: 300;
  line-height: 1.4;
}

h1 {
  font-size: 24rem;
  font-weight: 400;
  margin-bottom: -9rem;
}

h3 {
  font-size: 4rem;
  font-weight: 200;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 85%;
}
