html {
  /* px means "pixels". The base font size is now 10 pixels high */
  font-size: 10px;
  /* Replace PLACEHOLDER with the font-family property value you got from Google Fonts */
  font-family: "Open Sans", sans-serif;
  /*background-color: #dad121;*/
  background-image: url("../assets/pics/notlikeus.jpg");
}

body {
  width: 600px;
  margin: 0 auto;
  background-color: gray;
  padding: 0 20px 20px 20px;
  border: 5px solid black;
}

h1 {
  font-size: 48px;
  text-align: center;
  max-width: 100%;
}

h3 {
  text-align: center;
}

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

iframe {
  display: block;
  text-align: center;
}

h1 {
  margin: 0;
  padding: 20px 0;
  color: #00539f;
  text-shadow: 3px 3px 1px black;
}

p,
li {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}
