@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@300;400;700&display=swap');

* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Rowdies, sans-serif;
  background-color: #02173b;
  background-image: url('https://gultar.es/img/Fondo-Noticias.webp');
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 100vh;
  color: #fff;
  overflow-x: hidden;
  padding-top: 80px;
}