


.megamenu {
    position: static;
  }
  
  .megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
  }

  .uwu {
      --bs-bg-opacity: 1;
      background-color: black;
  }

  
  body {
    background: #000000;
    background: -webkit-linear-gradient(to bottom right, #000000, #000000);
    background: linear-gradient(to bottom right, rgb(7.5, 7.5, 7.5), #0b00a8da);
    min-height: 100vh;
  }
  
  code {
    color: #000000;
    background: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.2rem;
  }
  
  .text-uppercase {
    letter-spacing: 0.08em;
  }

  .container_days {
      background-color: rgb(0, 0, 0);
      color: rgb(255, 255, 255);
      margin: 1%;
      border: solid rgb(99, 99, 99);
      border-radius: 20px;
  }

  .container_days_p {
      margin: 1%;
  }



  
  @media screen and (max-width: 1024px) {
    .container {
      margin: 1em 2em;
    }
    ul{
      flex-direction: row!important;
      justify-content: space-between!important;

    }
    li{
      margin-inline: 1rem;
    }
    .py-5{
      margin-top: -3rem!important;
    }

  }