* {
  box-sizing: border-box;
}
body {
  padding: 1rem .5rem;
  font-size: 1.3rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  max-width: 60rem;
  margin: 0 auto;
  color: #333;
}
hi, h2, h3, h4, h5, h6 {
  font-family: 'Gayathri', sans-serif;
}

.header {
  text-align: center;
  font-weight: 300;
  border-top: 8px double #f9f9f9;
  border-bottom: 8px double #f9f9f9;
  margin-top: 2rem;
  padding-top: 1rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.strap {
  font-size: 4rem;
  color: #555;
}
.shadow {
  text-shadow: 3px 3px 8px #888;
}

@media only screen and (max-width: 280px) {

  body,
  p {
    width: 95%;
  }

  h1 {
    font-size: 1.5em;
    margin: 0 0 0.3em;
  }