nav {
  margin-top: 10px;
  margin-left: 10px;
}

main {
  padding: 30px 10px 0px 10px;
  max-width: 100%;
}

@media only screen and (min-width: 728px) {
  main {
    max-width: 728px;
    width: 100%;
    margin: 0 auto;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #f5f5f5;
  margin-bottom: 100px;
}

img {
  box-shadow: 0px 0px 3px 3px lightgray;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #0077b5;
}

h1 {
  font-weight: 400;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 35px;
  font-family: "Roboto";
  font-style: normal;
padding-bottom: 20px;
}

h2 {
  color: #000000;
font-weight: 400;
text-decoration: none;
vertical-align: baseline;
font-size: 27px;
font-family: "Roboto";
font-style: normal;

padding-top: 40px;
padding-bottom: 20px;

/* margin-top: 0.67em;
margin-bottom: 0.67em; */
line-height: 1.3;
page-break-after: avoid;
orphans: 2;
widows: 2;
text-align: left;
}

p {
  line-height: 1.3;
}