body {
  padding: 0;
  margin: 0;
  background: #f2f2f2;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-family: "Raleway";
}

.header {
  background-image: url("./img/brighton_beach.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  height: 100vh;
}

.overlay {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;

  width: 100%;
  height: 100%;
  /*f2f2f2C8*/
  background: rgba(242, 242, 242, 0.7843);
}

.description {
  top: 30%;
  padding: 2em;
  margin: auto;
  position: absolute;
}
.description h1 {
  color: #007dff;
}
