html{
  background: linear-gradient(-45deg, #d86440, #aa3160, #2594bd, rgb(4, 23, 58));
    background-size: 1000% 100%;
    animation: gradient 30s ease infinite;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.head{
  height: 1em;
}


.top{
  position: fixed;
  bottom: 2em;
  left: 95%;
  width: 4em;
  height: 4em;
  font-size: 14px;
  font-weight: 600;
  background-color: #373c4a;
  border: 0px solid black;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 6;
  padding: .5px;
}

.top:hover{
  letter-spacing: 0.1em;
  transition: ease-in 0.1s;
}

.row{
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 3em;
  padding-right: 10%;
  padding-left: 10%;
  }

.column{
  max-width: 22em;
  max-height: 55em;
  margin-left: 10%;
  width: 100%;
  margin: 0 auto;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
  text-align: center;
  transition: all .2s ease-in-out;
  margin-bottom: 2.5em;
}

.column:hover{
  transform: translateY(-10px);
  background: linear-gradient(45deg, #d86440, #aa3160, #2594bd, rgb(4, 23, 58) );
  background-size: 100% 100%;
}

.movieSRC{
  display: block;
  margin: 0 auto;
}


.img{
    max-width: 17em;
    width: 80%;
    border: 0px solid black;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
    padding: 10px;
    padding-bottom: 0px;
}

.scoreDiv{
display: flex;
align-items: center;
text-align: center;
padding-bottom: 20px;
max-width: 10em;
width: 10%;
justify-content: center;
margin: 0 auto;
}

.scoreIcon{
  max-width: 3em;
  max-height: 3em;
  width: 100%;
  padding: 0.5px;
  margin-left: 3px;
}

.imgCerti{
  max-width: 3em;
  max-height: 4em;
  width: 120%;
  padding-right: 5px;
  margin-left: 3px;

}

.imgPop{
  max-width: 2em;
  max-height: 2.5em;
  width: 100%;
  padding: 0.2px;
  margin-left: 3px;
}

.imgBadPop{
  max-width: 3em;
  max-height: 2em;
  width: 120%;
  padding: 0.2px;
  margin-left: 3px;
}

.scoreP{
  margin: 2%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1em;
  font-weight: 600;
  text-align: center;
  color: whitesmoke;
}

.titleP{
  margin-top: 2px;
  margin-bottom: 3px;
  font-weight: 600;
  font-family: 'Courier New', Tahoma, Geneva, Verdana, sans-serif;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 1px;
  padding: 15px;
}

.nr{
  max-width: 2em;
  font-weight: 1000;
  font-family: 'Courier New', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 3em;
  margin-bottom: 1px;
  margin-top: 0px;
  color: whitesmoke;
  margin: 0 auto;
  text-align: center;
}

.info{
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 0 auto;
  width: 15em;
  width: 80%;
}

.infoImg{
display: flex;
align-items: center;
width: 15%;
justify-content: center;
margin: 0 auto;
}

.ratingLink{
  text-decoration: none;
}

.rating{
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  cursor: pointer;
  text-align: center;
  transition: 0.2s ease-in-out;
  color: whitesmoke;
  opacity: 0.8;
  max-width: 15em;
  max-height: 10em;
  padding: 10px;
  border-radius: 25px;
  width: 30%;
}

.rating:hover{
  opacity: 1;
  transform: translateY(-4px);
  background: linear-gradient(-45deg, #d86440, #aa3160, #2594bd, rgb(4, 23, 58));
  background-size: 1000% 100%;
  animation: gradient 15s ease infinite;
}

.rating:hover .info{
  font-weight: 1000;
}

.infoT{
  width: 100%;
  font-size: 18px;
  font-family: 'Courier New', Tahoma, Geneva, Verdana, sans-serif;
  color: whitesmoke;
  font-weight: bold;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}

.back{
  display: flex;
  margin: 0 auto;
  width: 10em;
  margin-top: 2vw;
  justify-content: center;
  text-decoration: none;
}

.genres{
  width: 5em;
  text-align: center;
  color: whitesmoke;
  font-family: 'Courier New', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  transition: 0.2s ease-in-out;
  border-radius: 1em;
  padding: 2px;
}

.genres:hover{
  transform: translateY(-4px);
  background: linear-gradient(-45deg, #d86440, #aa3160, #2594bd, rgb(4, 23, 58));
  background-size: 1000% 100%;
  animation: gradient 5s ease infinite;
}

  
  

@media only screen and (max-width: 1000px){


  .top{
    left: 90%;
  }

  .rating{
    width: 100%;
  }

  .column{
    width: 50%;
  }

  .titleP{
    font-size: 16px;
  }

  .nr{
    font-size: 36px;
  }

  .scoreP{
    font-size: 16px;
  }

}



@media only screen and (max-width: 700px){

  .top{
    left: 85%;
    font-size: 12px;
  }

  .rating{
    transform: scale(0.9);
  }

  .column{
    width: 50%;
  }

  .titleP{
    font-size: 12px;
  }

  .nr{
    font-size: 32px;
  }

  
  .scoreP{
    font-size: 12px;
  }

  

}


