* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  font-size: 62.5%;
}

body {
  display: grid;
  place-items: center;

  height: 100vh;
  font-family: "Inter", sans-serif;
  background: hsla(336, 78%, 43%, 1);
}

/* HEADER */
header {
  display: flex;
  flex-direction: column;
  align-items: center;

  align-self: end;
  justify-self: center;
  gap: 2.5rem;
  margin-bottom: 50px;
}

.date {
  width: 11.1rem;
}

.donut {
  width: 9.15rem;
}

/* MAIN */
.frame {
  width: 80rem;
}

footer p {
  font-size: 1.6rem;
  font-weight: 700;
  color: hsla(340, 80%, 94%, 1);

  text-align: center;
}
