body {
  margin:0;
}

h1 .big {
  font-family: Georgia;
  font-size: 28px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 32px;
}
h1 span {
  display:block;
  font-size:0.6em;
  font-style: italic;
  font-weight:normal;
  width:fit-content;
}
p {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 28px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 36px;
  margin-bottom:10px;
}
p.copy {
  font-style: italic;
  font-weight:normal;
  font-size: 15px;
  line-height: 1.4em;
  margin-bottom:20px;
}

p img {
  max-height:20px;
}

main {
  max-width:95%;
}

footer ul {
  padding:0;
}

footer li {
  display: inline-block;
  list-element: none;
}

footer li a {
  font-family: arial;
  font-size: 10px;
  letter-spacing: 1px;
  margin-right: 10px;
}

.grey {color: rgb(51, 51, 51);}
.copy-grey {color: rgb(102, 102, 102);}
.magenta {color: rgb(255, 51, 204);}
.bg-yellow {background-color: rgb(255, 255, 0);}
