body{
  background-image: url(../img/theory.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-top: 5%;
  height: 100vh;
}

.introduction{
  font-family: 'Open Sans Condensed', sans-serif;
  color: white;
  padding-top: 3%;
}

.enter, .register{
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: white;
  margin-bottom: 2%;
}

.link-perfil{
  text-decoration: none;
}

a{
  text-decoration: none;
}

.banner{
  width: 100%;
  margin: 0;
  margin-top: -20px;
  margin-bottom: 20px;
}

.film-name{
  color: white;
  font-size: 20px;
  font-style: italic;
}

.film-year{
  color: white;
  margin-top: -0.75%;
}

.page-logo{
  width: 100%;
}