.navbar{
  top: 0; 
  z-index: 50;
  background: rgb(255, 174, 0);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgb(255, 174, 0);
}

.titulos{
  font-size: 50px;
  text-align: center;
  color: var(--bg-soft);
}

#TyC {
  border-radius: 10px;
  background-color: #f9f9f9;
  color: #000000;
  margin: 40px;
  padding: 40px;
}

#TyC h2 {
  color: var(--bg-soft);
  font-size: 22px;
  margin-top: 25px;
}