* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}

body {
  background-color: #d5e1ef;
  text-align: center;
}
.main-card {
  width: 287px;
  height: 446px;
  background-color: #ffffff;
  border-radius: 5%;
  padding: 10px;
  box-shadow: 0px 0px 0px 1px black;
  margin: 220px auto;
}

img {
  width: 100%;
  height: 60%;
  border-radius: 3%;
}

h1 {
  color: hsl(218, 44%, 22%);
  margin-top: 20px;
  font-size: 20px;
}

p {
  color: hsl(216, 15%, 48%);
  margin-top: 15px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
