
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.responsive-background {
            background-image: url(50-posters-final-hed-2021.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            width: 100%;
            height: 400px;
        }
 
#container {
    width: 70%;
    margin: auto;
    padding: 20px;
}


header {
    text-align: center;
    margin-bottom: 20px;
}

header h1 {
    font-size: 2.5em;
    color: #333;
}


section {
    margin-bottom: 30px;
}

section h2 {
    font-size: 1.8em;
    color: #0CAEDE;
    margin-bottom: 10px;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}
.currently-watching {
    width: 70%;
     font-weight: bold;
     text-align: center;
     padding-top: 10px;
     padding-left: 10px;
     margin: auto;

 }
 .past-films
    {
        width: 70%;
        font-weight: bold;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        margin: auto;
    
    }

#menu {
    width: 70%;
    margin:auto;
    border: solid 1px red;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  
  .menu-item {
        background-color: rgb(204, 111, 204);
        margin-bottom: 5px;
        border-bottom: solid 1px white;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        width: 100%;
        }
  

  .menu-item a {
    color: rgb(75, 7, 7);
    text-decoration: none;
    font-weight: bold;
    
  }

.current{
    background-color: rgb(255, 255, 255);
    margin-bottom: 5px;
    border-bottom: solid 1px white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
     
  }
  .menu-item:hover {
      background-color: rgb(21, 22, 23);
  }
  .menu-item:hover a {
      color: white;
  }

  .upcoming-events {
    width: 70%;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    margin: auto;
    text-align: center;

  }

.footer{
    width: 100%;
    margin: auto;
    padding: 20px;
    text-align: center;
    background-color: #333;
    color: white;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

