body {
    font-family: sans-serif;
    padding: 2rem;
    max-width: 600px;
    margin: auto;
    background-color: black;
    color: white;
}
input {
  display: flex;
  margin: 1rem 0;
  padding: 0.6rem;
  width: 100%;
}

.generate {
  background-color: #b50f04;
  color: white;
  font-size: 15px;
  width: 140px;
  border: none;


  justify-content: center;
  align-items: center;
  margin: auto auto 0px 0px;
}

#video-container {
  margin-top: 2rem;
}

.back-to-home {
  color: white;
}

.cta-button {
  background-color: #b50f04;
  color: white;
  padding: 14px 25px;
  width: 70px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: auto auto 0px 0px;
}

