body {
    background-color: black;
    color: #ff5858;
    margin: 0;
    padding: 0;
    height: 100vh;
}
header {
    text-align: center;
    background-color: black;
    color: #ff5858;
    font-size: 50pt;
    text-decoration: line-through;
}
.tete {
    display: flex;
    justify-content: center;
    gap: 15%;
    margin-top: 5%;
    width: 100%;
}
nav  {
    display: flex;
    justify-content: center;
    gap: 15%;
    color: rgb(0, 0, 0);
}
il {
    border: #ff5858 1px solid;
    height: 2%;
    width: 10vw;
    font-size: 30pt;
    text-align: center;
    background-color: #ff5858;
    border-radius: 15px;
}
a {
    text-decoration: none;
    color: #ff5858;
}
#a2 {
    color: black;
    text-decoration: none;
}
.aim {
    padding: 2%;
    text-align: center;
    color: #ff5858;
    font-size: 30pt;
}
#note {
    width: 30%;
    height: 5vh;
    border-radius: 15px;
    font-size: 30pt;
    position: relative;
    left: 50%;
    translate: -50%;
    text-align: center;
}
#base {
    border: none;
    background-color: black;
}
#bt {
    width: 15%;
    height: 5vh;
    border-radius: 15px;
    font-size: 30pt;
    position: relative;
    left: 42%;
    translate: -50%;
}
h2 {
    text-align: center;
    padding: 10%;
    font-size: 25pt;
}
#db {
    color: black;
    padding: 7%;
    text-align: center;
    font-size: 40pt;
    text-shadow: 0 0 10px #ff5858, 0 0 20px #ff5858, 0 0 30px #ff5858, 0 0 40px #ff5858, 0 0 50px #ff5858, 0 0 75px #ff5858;
}
#cita {
    padding: 3%;
    text-align: center;
    font-size: 40pt;
}
.aim {
    margin-top: 5%;
    text-align: center;
    color: #ff5858;
    font-size: 30pt;
}




/* Footer */
footer {
    position: relative;
    top: 23%;
    color: rgb(0, 0, 0);
    background-color: #ff5858;
}
.footer-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .footer-section {
    flex: 1;
    margin: 10px;
    min-width: 200px;
  }
  
  .footer-section h4 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
  }
  
  .footer-section ul li {
    margin: 5px 0;
  }
  
  .footer-section ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-section ul li a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    margin-top: 20px;
    font-size: 14px;
  }
  .footer-bottom p {
    text-align: center;
  }









/* Responsive */
@media (max-width: 768px) {
    header {
        font-size: 35pt;
    }

    #note {
        font-size: 10pt;
        position: relative;
        left: 50%;
        translate: -50%;
    }
    #bt {
        width: 15%;
        height: 5vh;
        border-radius: 15px;
        font-size: 10pt;
        position: relative;
        left: 42%;
        translate: -50%;
    }
    .aim {
        font-size: 20pt;
    }
    h2 {
        padding: 10%;
        font-size: 25pt;
    }
    #db {
        padding: 7%;
        font-size: 40pt;
    }
    #cita {
        font-size: 25pt;
    }
    

    .footer-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
      }
      
      .footer-section {
        flex: 1;
        margin: 10px;
        min-width: 200px;
      }
      .footer-container p {
        text-align: center;
      }
      .footer-container ul {
        text-align: center;
      }
      .footer-section h4 {
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 18px;
        text-align: center;
      }
      
      .footer-section ul {
        list-style: none;
        padding: 0;
      }
      
      .footer-section ul li {
        margin: 5px 0;
      }
      
      .footer-section ul li a {
        color: #fff;
        text-decoration: none;
      }
      
      .footer-section ul li a:hover {
        text-decoration: underline;
      }
      
      .footer-bottom {
        margin-top: 20px;
        font-size: 14px;
      }
      .footer-bottom p {
        text-align: center;
      }
      .social-media {
        text-align: center;
      }
}