body {
  background-image: url("../assets/images/background-theme.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.form-header {
  text-align: center;
  margin-top: 15px;
  color: rgb(54, 52, 52);
}

.form-header h2 {
  font-family: Roboto, serif;
}

.slide-text {
  font-family: Roboto, serif;
  color: white;
  /* position: absolute; */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.slide-second-text {
  font-family: Roboto, serif;
  color: white;
}
