body{
    background-color: #800080;
}

header{
    text-align: center;
    font-size: 70px;
    background-color: 	#660066;
    color: #efbbff;
    font-family: 'Times New Roman', sans-serif;
    border-radius: 10px;
}

h2{
    text-align: center;
    color: rgb(194, 155, 205);
}

.genre{
    color: #800080;
    
}

.link{
    color: white;
    text-decoration: none;
}

.link:hover{
    color: rgb(74, 45, 70);
}

.button{
    text-align: center;
    background-color: rgb(180, 118, 165);
    color: white;
    border-bottom: 3px solid white;
    border-top: 3px solid white;
    border-right: 3px solid white;
    border-left: 3px solid white;
    font-size: 30px;
}

.button:hover{
    background-color:rgb(216, 184, 212);
}

.interactive{
    text-align: center;
    background-color: #efbbff;
    border-top: 2px solid #efbbff;
    height: 180px;
    border-radius: 10px;
}

 .specific {
      text-align: center;
    }

/* .search-container {
  text-align: center;
  margin: 20px;
}

#searchBar {
  width: 300px;
  padding: 10px;
  font-size: 16px;
}

.movie-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}

.movie-card {
  padding: 15px;
  background-color: #333;
  color: white;
  border-radius: 8px;
  width: 150px;
  text-align: center;
} */


.search-container {
      text-align: center;
      margin: 30px;
    }

#searchBar {
      width: 300px;
      padding: 10px;
      font-size: 16px;
      border-radius: 5px;
      border: none;
    }

.movie-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      margin-top: 20px;
    }

.movie-card {
      background-color: 		#660066;
      padding: 20px;
      border-radius: 10px;
      width: 160px;
      text-align: center;
      font-weight: bold;
      transition: transform 0.2s;
      color: rgb(163, 145, 145);
      text-decoration: none;
    }

.movie-card:hover {
      transform: scale(1.05);
      background-color: #efbbff;
      color: 	#800080;
    }

#notFoundMessage {
      text-align: center;
      color: red;
      font-weight: bold;
      margin-top: 20px;
      display: none;
    }

p{
    text-align: center;
    font-size: 20px;
    font-family: 'Times New Roman', sans-serif;
}

.movierec{
    text-decoration: none;
    font-size: 30px;
    border: 7px solid #d896ff;
    position: absolute;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    top: 475px;;
    left: 350px;
    padding: 10px;
    border-radius: 5px;
    color: #efbbff;
}

.movierec:hover{
    color: #be29ec;
}

.moviegrid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.flip-card{
    background-color: transparent;
    width: 200px;
    height: 100px;
    perspective: 1000px;
    font-size: 20px;
    font-family:'Times New Roman', sans-serif;
    margin-bottom: 35px;
}

.flip-card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner{
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 4px 8px #000000;
}

.flip-card-front{
    background-color: #9d6eb8;
}

.flip-card-back{
    background-color: 	#660066;
    transform: rotateY(180deg);
}

.title{
    text-align: center;
    font-size: 50px;
    background-color: 	#660066;
    color: #efbbff;
    font-family: 'Times New Roman', sans-serif;
    border-radius: 10px;
    padding: 15px;
}

.home{
    text-decoration: none;
    font-size: 30px;
    border: 7px solid #d896ff;
    position: absolute;
    text-align: center;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    top: 545px;;
    left: 350px;
    padding: 10px;
    border-radius: 5px;
    color: 	#efbbff;
}

.home:hover{
    color: #be29ec;
}
