:root {
  --color-bg: #f5f7f7;
  --color-text-main: #434242;
  --color-primary: #434242;
  --wrapper-height: 30vh;
  --image-max-width: 300px;
  --image-margin: 3rem;
  --font-family: "Oswald";
  --font-family-header: "Oswald";
}

#landmark {
    background-image: url("../../images/landmark.png");
}

#script {
    background-image: url("../../images/tv_script.png");
}

a {
    color: #000000;
}

.main_title {
	background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
    color: #000000;
    height: 20rem;
}

h1 {
  color: #594545;
}

h2, h3, h4 {
  color: #815B5B;
}


