@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Hi+Melody&family=Vast+Shadow&family=Petit+Formal+Script&family=Crafty+Girls&family=Poor+Story&family=Orbitron&family=Jolly+Lodger&family=Coiny&family=Codystar&family=Bungee+Shade&family=Nosifer&family=Dancing+Script:wght@600&family=Press+Start+2P&family=Jolly+Lodger&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
}

body {
    display: flex;
    flex-direction:column;
    min-height: 100vh;
    
}

/*main {
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-template-rows: 25% 25% 25% 25%;
    background-color: white;
}*/
main {
   display: flex;
   flex-wrap:wrap;
   background-color: white;
   justify-content:center;
  
   min-height:100vh;
   padding-bottom: 10px;
   
   
   
}

h1 {
   display: flex;
   flex-wrap: wrap;
    font-size: 55px;
    justify-content: center;
    align-items: center;
    /* font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; */
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
    /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-shadow: -1px 5px 5px black, 5px 1px 5px #000, 1px -1px 5px #000, -1px -1px 5px #000;
    text-align:center;
    color:white; 
    
    background-image:linear-gradient(lightblue, white) ;
    padding: 20px;
    
}

header p {
    text-align: center;
    padding: 15px 20px;
    font-weight: bolder;
    line-height: 1.5;
    font-size: 22px;
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    font-family: 'Courier New', Courier, monospace;
    color: black; 
    border-top: 10px dotted black;
}

.genre {
   display: flex;
   flex-direction:column;
    border: 3px dotted black;
    justify-content:space-evenly;
    
    margin:10px;
    box-shadow: 7px 7px 15px 3px black;
    border-radius: 15px;
    background-color: white;
    color: black;
    text-align:center;
   font-size: 20px;
    padding: 0px 12px 0px 12px;
    width: 250px;
    height: 200px;
}
 
 button {
     border-radius: 50px;
      padding: 5px 10px 5px 10px;
     font-size: 19px;
     outline: none;
     text-transform: uppercase;
    /* box-shadow: 5px 5px 5px 0px black; */
    box-shadow: 3px 3px 5px 0px black;
     font-family: courier ;
     background-color: white;
     font-weight: bold;
     border: 1px solid black;
     text-align: center;
     margin: 0px 0px 0px 0px;
 }

 button:hover {
     text-shadow: 1px 1px 0 black, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
     font-weight: lighter;
     
     box-shadow: 5px 5px 10px 2px black; 
 }

 button:active {
    box-shadow: 0px 0px #666;
    transform: translateY(4px);
 }

 #Romance {
    font-family: 'Dancing Script', cursive;
    font-size: 50px;
    color:white;
    background-color: pink;
    text-shadow: -1px 1px 0 black, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
 }

 #romance:hover {
   color: pink;
   text-shadow: -1px 1px 0 black, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
 }
 
 #Animation {
    font-family: 'Press Start 2P', cursive;
    font-size:25px;
    line-height: 1.3;
   background-color: lightblue;
   color: white;
   text-shadow: -1px 1px 0 black, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  }  
 
 #animation:hover{
    color: lightblue;
 }

 #Horror {
    font-family: 'Nosifer', cursive;
    font-size:30px;
    background-color: darkred;
    color: white;
    text-shadow: -1px 1px 0 black, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
 }

 #horror:hover {
    color: rgb(184, 55, 55);
 }

 #Romantic-Comedy {
   font-family: 'Abril Fatface', cursive;
    font-size: 35px;
    background-color: rgba(255, 217, 0, 0.94);
    color: white;
    text-shadow: -1px 1px 0 black, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    line-height: 1;
 }

 #romcom:hover {
    color:rgba(255, 217, 0, 0.94);
}

 #Action {
    font-family: 'Bungee Shade', cursive;
    font-size: 30px;
    background-color: darkcyan;
    color: white;
    
 }
 #action:hover {
    color: rgb(72, 173, 173);
 }

 #Musical {
    font-family: 'Codystar', cursive;
    font-size:33px;
    font-weight:bolder;
    background-color: mediumpurple ;
    color: white;
 }

 #musical:hover {
    color: rgb(161, 130, 223);
 }

 #Comedy {
    font-family: 'Coiny', cursive;
    font-size:35px;
    background-color: rgb(253, 156, 104);
    color:white;
    text-shadow: -1px 1px 0 black, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
 }

 #comedy:hover {
    color: rgb(253, 156, 104);
 }

 #Thriller {
    font-family: 'Jolly Lodger', cursive;
    font-size: 43px;
    background-color: rgba(25, 25, 112, 0.92);
    color: white;
    line-height: .9;
    padding: 5px 10px 5px 10px;
   
 }

 #thriller:hover {
    color:rgb(57, 57, 167);
 }
 
 #Sci-fi {
    font-family: 'Orbitron', sans-serif;
    font-size:28px;
    font-weight: bolder;
    background-color:DarkSeaGreen;
    color: white;
    text-shadow: -1px 1px 0 black, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
 } 

 #scifi:hover {
    color:darkseagreen;
 }

 #Documentary {
    font-family: 'Poor Story', cursive;
    font-size:45px;
    background-color: olivedrab;
    color: white;
 }
 #doc:hover {
    color: olivedrab;
 }

 #Drama {
    font-family: 'Petit Formal Script', cursive;
    font-size: 35px;
    background-color: indianred;
    color: white;
 }

 #drama:hover {
    color:indianred;
 }
 #Random {
    font-family: 'Crafty Girls', cursive;
    font-size: 35px;
    background-color: dimgrey;
    color: white;
   
 }
 #random:hover {
    color:dimgrey;
 }

.modal h5{
   text-transform: uppercase;
   font-size: 15px;
   text-decoration: underline;
   text-align: center;
  
}

.modal {
   text-align: left;
   
}

.modal img{
   width: 220px;
   
   margin-left: auto;
   margin-right: auto;
   display: block;
}