@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body{
    background: black;

    
    
}
.backgroundImage{
    background-image: url(images/background\ \ image.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    width: auto;
    height: 100vh;

}
h1{
    font-family: 'Oswald', sans-serif;
    padding-top:3%;
   
}

#a1{
    background-color: rgb(140, 255, 0);
}
.movies{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: black;
    margin-top: 10%;
    color: white;
    justify-content: center;
    /* display: contents; */
}
.movies li{
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
    list-style: none;
    margin: 10px;
    padding: 2px;
    border-radius: 12px;
    text-align: center;
    
}
.movies li img{
    max-width: 200px;
    border-radius:12px;
}
.movies li h2 {
    color:#fff;
    font-size: 1.8 em;
    padding: 15px 10px 0;
    margin-top: auto;
    font-family: 'Times New Roman', Times, serif;
}

.itembox{
    align-items: center;
    text-align: center;
}
