


.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}

.uwu{
  --bs-bg-opacity: 1;
  background-color: black;
}


body {
  background: #cccccc;
  background: -webkit-linear-gradient(to bottom right, #cccccc, #474747);
  background: linear-gradient(to bottom right, #000000, #b60000);
  min-height: 100vh;
}

code {
  color: #ffffff;
  background: rgb(0, 0, 0);
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem;
}

.text-uppercase {
  letter-spacing: 0.08em;
}

.container_days {
    background-color: white;
    color: black;
    margin: 1%;
    border: solid black;
    border-radius: 20px;
}

.container_days_p {
    margin: 1%;
}

.row{
  font-size: 8em;
  color: black;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8); 
  text-decoration: none;  
}

.Oral{
  font-size: 8em;
  text-shadow: 0 0 20px rgba(4, 0, 255, 0.8); 
  text-decoration: none;  
}


@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;
  }

}