/* Usado en todas las paginas */
@font-face {
  font-family: 'NiseSegaSonic';
  src: url('../fonts/NiseSegaSonic.TTF') format('truetype');
}
@font-face {
  font-family: 'Retro';
  src: url('../fonts/pokemon-ds-font.ttf') format('truetype');
}

html {
  overflow-y: scroll;
}

/* Fondo */
.background {
  background-image: url("../img/Background/background3.gif");
}

.main-content{
  border-width: 0px 4px 0px 4px;
  border-style: solid;
  border-color: #636363;
}

/* Navbar*/

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  height: 100px;
  display: flex;

  border-width: 15px 1px 15px 1px;
  border-style: solid;
  border-image-source: url("../img/NavBar/NavBar_Background.png");
  border-image-slice: 15 1 15 1 fill;
  border-image-repeat: round;
}

.topnav a {
  font-family: "Retro";
  color: #fff;
  text-decoration: none;
  padding: 10px 65px 10px 15px;
  transition: background-color .3s ease, transform .3s ease;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  display: flex;
}

.nav-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  transform: translateY(10px);
}

.topnav a:hover {
  color: #fff;
  text-decoration: underline;
  transform: translateY(-5px);
}

.topnav a.active {
  color: #696969;
}

.topnav a.active:hover {
  color: #696969;
  text-decoration: none;
  transform: none;
}



.centrado {
  display: flex;
  flex-direction: column;
  align-items: center;       
  justify-content: center;  
  margin-top: 25px;
}

.centrado img {
  margin-bottom: 20px;
}

.centrado h1 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.centrado p {
  font-size: 1.5rem;
}

.big-title {
  font-family: 'NiseSegaSonic';
  color: white;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  margin-bottom: 0.01rem;
}

.big-title2 {
  font-family: 'Retro';
  color: white;
  margin-top: 0;
  margin-bottom: 0.01rem;
}

.small-text {
  font-family: 'NiseSegaSonic';
  color: white;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: black;
  font-size: 12px;
}

.small-text-top {
  font-family: 'NiseSegaSonic';
  color: #2a75bb;
  font-size: 18px;
}

