html,
body {
  background-color: #9dc6c2;
  padding: 0;
  margin: 0;
  font-family: 'Quicksand', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
* {
  box-sizing: border-box;
}
.container {
  color: #ffffff;
  min-height: 100vh;
  padding: 0 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width:100%;max-width:800px;
  margin:20px auto;
}
div.img-frame {
  border: 10px solid #5a989e;
  outline: 1px solid #eeeeee;
  padding: 0;
  font-size: 0px;
  width:100%;max-width:800px;
}

main {
  padding: 2rem 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blurb {
  display: flex;
  align-items: left;
  justify-content: left;
  flex-wrap: wrap;

  max-width: 800px;
  margin-top: 1rem;
}
.blurb p {
  font-size: 1em;
}

a {
  color: inherit;
  text-decoration: none;
}

.title {
  margin: 0;
  line-height: 1.15;
  font-size: 2.5rem;
  padding:16px;
}

.title,
.description {
  text-align: center;
}

.description {
  line-height: 1.5;
  font-size: 1em;
}

code {
  background: #fafafa;
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 1.1rem;
  font-family: Menlo, Monaco, Lucida Console, Liberation Mono,
	DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace;
}

.grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;

  max-width: 800px;
  margin-top: 3rem;
}

.card {
  margin: 1rem;
  flex-basis: 45%;
  padding: 1.5rem;
  text-align: left;
  color: inherit;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  transition: color 0.15s ease, border-color 0.15s ease;
  box-shadow: 3px 3px 3px 3px #83aea3;
}

.card:hover,
.card:focus,
.card:active {
  color: #0070f3;
  border-color: #0070f3;
  box-shadow: 2px 2px 2px 2px #83aea3;
}

.card h3 {
  margin: 0 0 1rem 0;
  font-size: 1.2rem;
}

.card p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}

footer {
  width: 100%;
  height: 100px;
  border-top: 1px solid #eaeaea;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer img {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

footer a {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer a {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 600px) {
  .title {
	font-size: 2rem;
  }
  .description {
	line-height: 1;
	font-size: 1.1rem;
  }
  .grid {
	width: 100%;
	flex-direction: column;
  }
  .card h3 {
	font-size: 1rem;
  }
  .card p {
	margin: 0;
	font-size: 0.8rem;
	line-height: 1;
  }
  .blurb {
	font-size: 0.9em;
  }
}
