body {
  text-align: center;
  background: hsl(295, 31%, 48%);
  color: hsl(218, 44%, 22%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
p {
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  color: hsl(220, 15%, 55%);
  font-weight: 400;
  margin: 25px;
}
h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 700px;
  font-size: 20px;
  margin-top: 20px;
}
.imagebox {
  width: 250px;
  height: 400px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 5%;
  padding: 15px 25px 25px 15px;
}
.sr-only {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  top: auto;
  overflow: hidden;
}
