/* 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://i.postimg.cc/QtYf1r3Q/Diseno-sin-titulo.png") ;
  color: #11664b;
  font-family: 'Lucida Console', monospace;
  background-attachment: scroll;
}
/* gelatin everything is here */
.gelpfp {
      float: left;
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
      margin-left: 1px;
      margin-right: 5px;
}
.Gelatin {
      overflow: auto;
      background-color: #2ecc71;
      width: 990px;
      height: 400px;
      color: #11664b;
      border-width: 5px;
      border-style: ridge;
      border-image-source: url("https://i.postimg.cc/hvbXzTNP/tumblr-969bdb40af95edfb14fae2a05078ae2f-64f35ee6-500.png");
      border-image-width: 15px;
      border-image-slice: 30%;
      border-image-repeat: repeat;
      border-image-outset: 5px;
      margin-bottom: 20px;
      margin-left: 5px;
    }
.gelpics {
      overflow: auto;
      background-color: #25c267;
      text-align: center;
      padding: 10px 5px 5px 5px;
}
.gelstamps {
      overflow: auto;
      background-color: #25c267;
      text-align: center;
      padding: 10px 5px 5px 5px;
}
.gelblinkies {
      overflow: auto;
      background-color: #25c267;
      text-align: center;
      padding: 10px 5px 5px 5px;
}
/* gelatin everything is here */

/* firey everything is here */
.firpfp {
      float: left;
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
      margin-left: 1px;
      margin-right: 5px;
      color: #b3120c;
}

.Firey {
      overflow: auto;
      background-color: #fabd16;
      width: 990px;
      height: 400px;
      color: #b3120c;
      border-width: 5px;
      border-style: ridge;
      border-image-source: url("https://i.postimg.cc/hvbXzTNP/tumblr-969bdb40af95edfb14fae2a05078ae2f-64f35ee6-500.png");
      border-image-width: 15px;
      border-image-slice: 30%;
      border-image-repeat: repeat;
      border-image-outset: 5px;
    }
.firpics {
  overflow: auto;
      background-color: #f29f0f;
      text-align: center;
      padding: 10px 5px 5px 5px;
}
/* firey everything is here */

.other {
      float: right;
      overflow: auto;
      background-color: #2ecc71;
      width: 200px;
      height: 200px;
      color: #11664b;
      padding: 2px 2px 2px 2px;
    }