/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-image: url("https://sadhost.neocities.org/images/tiles/b2.gif");
  color: black;
  font-family: "comic sans";
  overflow-y: scroll;
  height: 2000px;
  width: 1200px;
}

@font-face {
  font-family: "comic sans";
  src: url("comici.ttf") format("truetype");
}
  
  
#ERDP {
  width: 1390px;
  height: 200px;
  position: absolute; 
  top: 50px;       
  left: 50px; 
  color: DarkViolet;
  text-align: center;
  line-height: 0px;
  border: 4px solid DarkGreen;
  background-image: url("https://sadhost.neocities.org/images/tiles/image009.gif");
  border-radius: 25px 25px 0px 0px;
}

#cuadrado {
   width: 800px;
  height: 1200px;
  color: gold;
  text-align: center;
  line-height: 300px;
  border: 4px solid DarkGreen;
  position: absolute;
  left: 640px;
  top: 300px;
  background-image: url("https://sadhost.neocities.org/images/tiles/image009.gif");
  z-index: -1;
  border-radius: 0px 0px 25px 25px;
}

#cuadra2 {
   width: 550px;
  height: 1200px;
  color: gold;
  text-align: center;
  line-height: 300px;
  border: 4px solid DarkGreen;
  position: absolute;
  left: 50px;
  top: 300px;
  background-image: url("https://sadhost.neocities.org/images/tiles/image009.gif");
  z-index: -1;
  border-radius: 0px 0px 25px 25px;
}

h1 {
  color: white;
  font-size: 150px;
  text-shadow:
  5px 5px 0 black,
  -5px 5px 0 black,
  -5px 5px 0 black,
   0px 6px 0 black,
  5px 5px 0 black;
}

#star {
  width: 1386px;
  height: 25px;
  text-align: center;
  line-height: 300px;
  position: absolute;
  background-image: url("https://pixelsafari.neocities.org/dividers/starsgreen.gif");
  left: 50px;
  top: 260px;
  
}

.imagentroll {
  width: 222px;
  height: 180px;
  text-align: center;
  line-height: 300px;
  position: absolute;
  left: 1200px;
  top: 1900px;
  border: 4px solid DarkGreen;
  border-radius: 25px 25px 25px 25px;
}



.chat-flotante {
    bottom: 400px;      /* Distancia desde abajo (puedes cambiar px por %) */
    right: 60px;       /* Distancia desde la derecha */
    z-index: 9999;     /* Se asegura de que quede por encima de otros elementos */
    position: absolute; 
  top: 1800px;       
  left: 100px;
}

