* {
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #d5e1ef;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100dvh;
  font-family: outfit;
}

.main-container {
  width: 320px;
  padding: 16px;
  border-radius: 16px;
  background-color: white;
  box-shadow: 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-bottom: 15px;
}

.img {
  max-width: 100%;
  border-radius: 12px;
}

h3 {
  margin: 18px;
}

span {
  font-size: 0.8em;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
