body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, black, #0027d3);
    color: white;
    font-family: Arial, sans-serif;
    min-height: 100vh; /* Assure que le corps prend au moins la hauteur de l'Ã©cran */
    display: flex;
    flex-direction: column;
  }
  
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #222;
  }
  
  .logo {
    font-size: 24px;
  }
  
  nav ul {
    list-style: none;
    display: flex;
  }
  
  nav li {
    margin-right: 20px;
  }
  
  nav a {
    color: white;
    text-decoration: none;
  }
  
  main {
    padding: 20px;
    flex: 1; /* Le contenu principal prendra l'espace restant */
  }
  
  h1 {
    text-align: center;
  }
  
  .video-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .video {
    margin: 10px;
  }
  
  footer {
    text-align: center;
    padding: 20px;
    background: #222;
    color: white;
  }


  /* COPYRIGHT SEARCHAREA AND PORNZONE */
  /* COPYRIGHT 2024-2025 */
  /* YOU WANT TO PUT ADS ON PORNZONE, PLEASE CONTACT SEARCHAREA.FRANCE@GMAIL.COM */
  