@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

article {
  width: 318px;
  line-height: 1.3;
  background-color: #b5eaf5; /* light blue */
  border: 1px solid #1f1f1f;
  border-radius: 5px;
  margin-bottom: 0;
}

article header img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

article header h2 {
  font-family: Arial, sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  color: black;
  text-align: center;
  text-transform: uppercase;
  margin: 0.4em 0 1em;
  padding: 0 0.5em;
}

article .body {
  color: #202020;
  margin-bottom: 2em;
  padding: 0 0.5em;
}

article .body p {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.1em;
  margin-top: 0;
}

article footer {
  text-align: center;
}

article footer img {
  display: block;
  width: 30%;
  margin: 0 auto;
}

article footer a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  background-color: white;
  color: black;
  padding: 1em 1.5em 0.85em;
  margin-top: 2em;
  margin-bottom: 1em;
  border: 1px solid black;
  border-radius: 4px;
}
