* {
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Crimson Text', serif;;
  font-style: normal;
  font-weight: 400;
  padding: 80px;
  font-size: 20px;
  margin: 0;
  margin: 0;
  padding: 0;
  background-color: rgb(255,196,222);
  color: rgb(37,71,68);
}

html,
body {
  min-height: 100%;
  height: 100%;
}


.screen-reader-text,
.srt {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.main {
  padding: 3em;
  min-height: 100vh; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.centered-about {
  text-align: center;
  padding-bottom: 10%;
}

.centered-about p {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.3;
}

@media (min-width: 480px) {
  .centered-about p {
    font-size: 22px;
  }
}

.centered-about a {
  color: rgba(37,71,68, 1);
}
.centered-about a:hover {
  color: rgba(37,71,68, 0.9);
}
