* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-y: hidden;
  height: calc(100vh - 1px);
  font-family: "Outfit", sans-serif;
  flex-direction: column;
  background-color: hsl(212deg, 45%, 89%);
  margin: 1.25rem;
}

.container {
  display: flex;
  background-color: hsl(0deg, 0%, 100%);
  flex-direction: column;
  justify-content: center;
  width: 375px;
  margin: 10rem auto 1.5rem;
  padding: 1rem 1rem 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
}

h1 {
  font-weight: 700;
}

p {
  color: hsl(218deg, 44%, 22%);
  font-size: 0.9375rem;
  font-weight: 400;
}

.container img {
  border-radius: 0.9375rem;
  max-width: 100%;
}

.attribution {
  transition: 100s;
  font-size: 0.9375rem;
  text-align: center;
}

.attribution a {
  color: hsl(228deg, 45%, 44%);
}

.attribution a:hover {
  color: hsl(218deg, 44%, 22%);
}

.para {
  padding-top: 0.5;
}/*# sourceMappingURL=root.css.map */