body {
  background-color: orange;
  color: black;
  font-family: "Times New Roman", serif;
}

.izquierda {
  text-align: left;
}

.derecha {
  text-align: right;
}

.centro{
  text-align: center;
}

.welcome {
  margin-left: 480px; 
  margin-top: 25px;  
}

.imagen-centrada {
  display: block;        
  margin-left: auto;    
  margin-right: auto;    
  max-width: 100%;       
}

.tarjeta-kurapika {
  background: orange;
  color: red;               
  background-size: contain;
  padding: 20px;             
  border: 2px solid gold;     
  background-repeat: no-repeat;
  background-position: center;
  margin-left: auto;
  margin-top: 2.5%;
  margin-right: auto;
  width: 300px;               
}

.linea-horizontal {
  border: none;
  height: 2px;
  background-color: black; /* O el color que prefieras */
  margin: 30px 0;          /* Espacio arriba y abajo de la línea */
}

.imagen-top-right {
  position: fixed;    /* La fija respecto a la ventana del navegador */
  top: 50px;          /* 10px desde el borde SUPERIOR */
  right: 100px;        /* 10px desde el borde DERECHO */
  left: auto;         /* Cancela cualquier empuje a la izquierda */
  bottom: auto;       /* Cancela cualquier empuje hacia abajo */
  width: 90px;       /* Tamaño de la imagen */
  z-index: 9999;      /* Asegura que quede por encima de todo el contenido */
}

.disfraz {
  background: orange;
  color: red;               
  background-size: contain;
  padding: 0px;             
  border: none;     
  background-repeat: no-repeat;
  background-position: right;
  margin-left: 1420px;
  margin-top: 0px;
  margin-right: 0px;
  width: 600px;               
}