body {
  margin: 0;
  background-color: black;
}

.container {
display: flex;
justify-content: center;
align-items: center;
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.firstButton {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightyellow;
  color: black;
  font-size: 25px;
  }

.movieButton {
  background-color: lightyellow;
  color: black;
  font-size: 25px;
}
.backButton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h1 {
  text-align: center;
  font-size: 2rem;
  font-family: 'courier new', monospace;
  color: #e6e2d3;
  text-shadow:
}
h2 {
  text-align: center;
  color: white;
  font-family: 'courier new', monospace;
}
a {
  display: block;
  text-align: center;
  color: white;
  font-family: 'courier new', monospace;
}
h3 {
  text-align: center;
  color: white;
  font-family: 'courier new', monospace;
}
p {
  text-align: center;
  color: white;
  font-family: 'courier new', monospace;
}
