h1 {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #007bff;
  font-size: 50px;
}

body {
  background-color: #f9fbfd;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
  background-image: url("../images/movie-theater-popcorn.png");
  background-size: cover;
  background-position: center;
  height: 100vh;
}

.about-container {
  width: 60vw;
  margin: auto;
}

#about {
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #2D23A6;
}