
:root {
    --primary-color: #248EA6;
    --secondary-color: #2699A6;
    --accent-color: #BFA4AC;
    --background-color: #D9D1B8;
    --text-color: #0D0D0D;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: var(--background-color);
    color: var(--text-color);
}

header {
    background-color: var(--primary-color);
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 64px;
    font-weight: bold;
    height: 8em;
}

nav {
    background-color: var(--secondary-color);
    padding: 10px;
    text-align: center;
     


}

#display-1{
   margin-top: 4em;
margin: 0;
    font-weight: 800;
  
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 38px;
    font-weight: 800;
    word-spacing: 5.4em;
  
}

.hero {
    text-align: center;
    padding: 50px;
    background-color: var(--accent-color);
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.hero p {
    font-size: 18px;
}

.footer {
    text-align: center;
    padding: 10px;
    background-color: var(--primary-color);
    color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.img-fluid{

    width: 500px;
    height: 800px;
}

.container h2 {
font-weight: 800;
font-size: xx-larger;
text-align: center;
color: var(--primary-color);
}


/* Stylling of dvd list  */

.dvd-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .dvd-item {
    width: 200px;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
  }
  .dvd-item img {
    width: 100%;
    height: auto;
  }
  

  #dvdList {
    display: none; /* Hidden by default */
  }
  

  .Product{


    text-align: center;
  }