body{background-color:#000;font-family:'Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif}
@media screen and (max-width: 768px) {
  /* Estilos para telas menores (por exemplo, dispositivos móveis) */
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Estilos para telas médias (por exemplo, tablets) */
}

@media screen and (min-width: 1025px) {
  /* Estilos para telas maiores (por exemplo, desktops) */
}
html{scroll-behavior:smooth}::-webkit-scrollbar{width:5px;background-color:rgba(0,0,255,0,2)}::-webkit-scrollbar-thumb{background-color:aqua;border-radius:6px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}ul{display:flex;justify-content:space-between;list-style-type:none;align-items:center;padding:16px}a{color:#fff;text-decoration:none}.imagem-neon{width:150px;height:150px;border-radius:50%;border:5px solid #21a2d4;animation:neon 2s infinite alternate;display:block;margin:0 auto}@keyframes neon{0%{box-shadow:0 0 1px aqua,0 0 5px aqua,0 0 20px aqua}25%{box-shadow:0 0 1px rgba(0,255,255,0.6),0 0 5px rgba(0,255,255,0.6),0 0 20px rgba(0,255,255,0.6)}50%{box-shadow:0 0 1px aqua,0 0 5px aqua,0 0 20px aqua}75%{box-shadow:0 0 1px rgba(0,255,255,0.6),0 0 5px rgba(0,255,255,0.6),0 0 20px rgba(0,255,255,0.6)f}100%{box-shadow:0 0 1px aqua,0 0 5px aqua,0 0 20px aqua}}.center{animation:animate 5s linear infinite;text-align:center}footer{display:flex;justify-content:center}footer img{width:40px;height:40px;border-radius:50%}footer a{margin:30px;text-align:center}.video{position:fixed;width:100%;height:100%;z-index:0}.Tanjiro img{width:40px;height:40px;border-radius:50%}.Youtubas img{width:40px;height:40px;border-radius:50%}.container{padding:0 1%}nav a:hover{color:#1c76aa}.texto{color:#fff}.titulo{text-align:center;color:#1ad4ec}.banner{background-color:#000}@media screen and (max-wigth:768px){.corpo{flex-direction:column}}
