* {
  box-sizing: border-box;
}

html {
  /* background-color: #87CEFA; */
}

body {
  /* max-width: 500px; */

}

header {
  text-align: center;
    
}

header h1, header h2 {
  font-family: "Quicksand", sans-serif !important;
  font-weight:bold;
}

header>img {
  background-color: white;
}

nav {
  background-color: white;
  line-height: 50px;
}

nav>a {
  display: inline-block;
  text-decoration: none;
  width: 50%;
  text-align: center;
}

section {
  background-color: white;
  padding: 16px;
  margin:16px 0;
}

section>p:first-child {
  margin-top:0;
}

a {
  text-decoration:none;
}

quote {
  font-family: "Quicksand", sans-serif !important;
  /*font-size:30px;*/
  font-size:clamp(14px, 6vw, 30px);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  
  background:lightgray;
  display:block;
  padding:48px !important;
    max-width:500px;
  margin:auto;
}

