* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Georgia, serif;
  background: url("back.png") no-repeat center center fixed;
  background-size: cover;
  color: white;
}

.overlay {
  background: rgba(0, 0, 0, 0.7);
  min-height: 100vh;
  padding: 40px;
}

header {
  text-align: center;
  margin-bottom: 40px;
}

header h1 {
  font-size: 2.4em;
  color: #ffcc00;
}

header p {
  margin-top: 10px;
  color: #ddd;
  font-size: 1.1em;
}

.place {
  margin: 30px 0;
}

.place h2 {
  font-size: 1.6em;
  color: #00cccc;
  margin-bottom: 10px;
}

.place p, 
.place ul {
  font-size: 1.05em;
  line-height: 1.6;
  color: #f2f2f2;
}

.place ul {
  list-style-type: circle;
  margin-left: 20px;
}

footer {
  text-align: center;
  margin-top: 50px;
  font-size: 0.9em;
  color: #bbb;
}
