* {
  font-family: "Signika Negative", sans-serif;
}

h1 {
  font-family: "Mozilla Headline", sans-serif;
}
html,
body {
  margin: 0px;
  background-color: pink;
}
.header {
  background: #e1a249;
  margin-top: 0px;
}

.header h1 {
  color: #fff1cc;
  font-size: 48px;
  text-align: center;
  padding: 10px;
}
#hero {
  margin-top: 40px;
  display: flex;
  align-items: center;
  max-width: 900px;
  margin: auto;
}
#hero .img {
  margin-right: 30px;
  border: solid 3px #e1a249;
  height: 300px;
  width: 280px;
}
#hero img {
  height: 300px;
  width: 280px;
  translate: 10px 10px;
}
#hero h1 {
  color: #cf7900;
  font-size: 36px;
}
#hero p {
  font-size: 24px;
}
.dull {
  background-color: rgba(225, 162, 73, 0.3);
  margin-top: 40px;
}
#history {
  padding: 10px;
  max-width: 1000px;
  margin: auto;
}
#history h1 {
  color: #cf7900;

  font-size: 36px;
}
#history p {
  font-size: 24px;
}
#bye {
  background: url("./foot.jpg");
  height: 300px;
  background-size: 100%;
  background-position: center center;
}

footer {
  padding: 20px;
}
footer center {
  font-size: 20px;

  color: #000;
}

footer a {
  font-size: 20px;
  color: #000;
  text-decoration: none;
}

@media (max-width: 768px) {
  #hero {
    margin-top: 40px;
    flex-direction: column;
  }
  #hero .text {
    margin-left: 30px;
  }
  #hero .img {
    margin-right: 0px;
  }
  #bye {
    background: url("./foot.jpg");
    height: 200px;
    background-size: 100%;
    background-position: center center;
  }
  #history{
    margin-left:30px;
  }
}
