* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Comic Neue";
}
html {
  font-size: 62.2%;
}
p {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.onlyarea {
  background-image: url("assets/Kid's\ Login\ 2.png");
  height: 100vh;
  display: flex;
  gap: 2.9rem;
  justify-content: center;
  align-items: center;
}
article {
  display: flex;
  flex-direction: column;
}
a {
  text-decoration: none;
  color: black;
}
img {
  width: 15rem;
}
