* {
  box-sizing: border-box;
  font-family: "Times New Roman", Helvetica, sans-serif;
}

body {
  margin: 0;
  font-family: "Times New Roman", Helvetica, sans-serif;
}

/* header style */
.header {
  background-image: url("dream_city.jpg");
  background-position: 0% 77%;
  background-repeat: no-repeat;
  background-size: cover; 
  padding: 0px;
  text-align: left;
  font-size: 35px;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: black;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  font-size: 20px;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: white;
  color: black;
}

/* Style the content */
.content {
  min-height: 500px;
  background-color: white;
  padding: 3px 100px;
  /* paragraph size */
  max-width: 1100px;
}



/* Style the footer */
.footer {
  background-color: black;
  color: white;
  padding: 20px;
  display: block;  
  width: 100%
  margin-top: 5%;
  box-sizing: border-box; 
}
