@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

header {
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-align: center;

  background: url("blanket.jpg") center;
  padding-top: 20px;
  height: 400px;
  margin-bottom: 100px;
}

h1 {
  font-size: 2.5em;
  font-weight: 400;
  margin: 0 240px;
}

h2 {
  font-size: 1em;
  font-weight: bold;
}

h2 span {
  color: red;
}

h2 a {
  color: white;
  text-decoration: none;
  padding: 3px;
}

h2 a:hover {
  border: 1px dotted black;
}

header p {
  font-size: 0.75em;
  margin: 100px 0 260px 0;
}

main {
  font-family: 'Open Sans', sans-serif;
  color: rgb(126, 125, 125);
  font-size: 1.05em;
  font-weight: 400;

  margin: 0 310px;
  line-height: 1.4;
}

#first-char {
  color: rgb(188, 2, 2);
  font-weight: bold;
  font-size: 3.6em;
  line-height: 0.9em;
}