body {
  margin: 0;
  padding: 0;
  font-family: "Quicksand", sans-serif;
  color: white;
}

.placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

img {
  width: 100px;
  height: 100px;
}

h1 {
  font-size: 50px;
  font-family: "Poiret One", cursive;
}

.full-page {
  min-height: 100vh;
  border: 12px solid white;
  position: relative;
  background: #00B0B9;
  border-radius: 20px;
}
.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.head {
  color: #00B0B9;
  text-align: center;
  padding: 0 24px;
}
.cards {
  color: #3c495a;
  padding: 24px 40px;
  margin-bottom: 40px;
  overflow: scroll;
}

.card {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  width: 100%;
}

.card + .card {
  margin-top: 32px;
}
.card p {
  margin: 0;
  line-height:1.5;
}
.card p + p {
  margin-top: 8px;
}

.card .who {
  color: #00B0B9;
  font-style: italic;
  font-size: 0.9em;
}