/*Barra lateral*/
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: rgb(255, 163, 197); 
}

::-webkit-scrollbar-thumb {
  background: rgb(255, 0, 149); 
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(255, 0, 149); 
}

/*Links en general*/
a:link {
  color:  rgb(255, 0, 149);
  text-decoration:underline;
}

a:visited {
  color: rgb(255, 0, 149);
}

a:hover {
  color: white;
}

a:active {
  color: rgb(255, 0, 149);
}

/*Pagína container y footer*/
.page {
  width: 751px;
  margin: 0 auto;
}

/*Básicos (fondo general y texto)*/
body {
    font-family: "Comic Relief", sans-serif;
    font-size:14px;
    color: black;
    background-color: whitesmoke;
    background-image: url("https://64.media.tumblr.com/ab548b1913b7ad72d3ae9031c9aa2e12/tumblr_inline_ml7za4kE2H1qz4rgp.gif");
    padding:5px;
    image-rendering: pixelated;
}

/*div principal*/
.container {
    position: relative;
    margin:auto;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width:751px;
    height: 1005px;
    background-image: url("https://64.media.tumblr.com/63e0996933884fbd2488f34c00f9982f/4260b0fd1413b417-69/s75x75_c1/e75d4d84d054c0f505148d56f61eee80754ec4c6.png");
    background-repeat: repeat;   
    background-size: 10px auto;               
    box-sizing: border-box;
    overflow: hidden;  
    border-width: 15px;
    border-style: solid;
    border-color: transparent;
    border-image-source: url("https://i.ibb.co/h1Q3bFn/83-B27704-CEA1-4-B8-F-BF79-90-D624-EDC6-F6.png");
    border-image-slice: 9;
    border-image-width: 19px;
    border-image-repeat: round;
    background-clip: padding-box;
}

/*Encabezado (foto)*/
.topdiv {
    display: flex;
    justify-content: center;
}

.header {
    width:800px;
    height: 200px;
    background-image: url("https://i.pinimg.com/originals/24/78/a0/2478a06d6ebc73d6dae7e1aab9edcd8a.gif");
    background-size: 723px;
    display:flex;
}

/*Encabezado (título)*/
.sitetitle {
    align-self: flex-end;
    font-size:50px;
    font-weight:bold;
    color: white;
    width:100%;
    padding:10px;
    text-shadow: -2px -2px 0 rgb(255, 0, 149), 2px -2px 0 rgb(255, 0, 149), -2px 2px 0 rgb(255, 0, 149), 2px 2px 0 rgb(255, 0, 149);
}

/*Stamps en movimiento*/
.blinkies-wrapper {
  width: 100%;
  overflow: visible;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}

.blinkies {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 0px;
  animation: moveRight 15s linear infinite;
  will-change: transform;
  min-width: max-content;
}

.blinky {
  height: 40px;
  width: auto;
  flex-shrink: 0;
}

@keyframes moveRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/*Todo el contenido por debajo de los stamps*/
.main {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
  width: calc(100% - 10px);
  margin: 0 5px;
  height: auto;
  box-sizing: border-box;
}

/*Lateral izquierdo**********************************************************************************/ 

.lateral-izq {
  width: 160px;
}

/*Perfil user*/
.wrapper-perfil {
  width: 160px;
  height: 220px;
  background-color: white;
  background-image: url(https://64.media.tumblr.com/5ab1681d6636403cd41cfa6b9ba7bba9/dc7c6b53cb4e2566-52/s100x200/fafbe3bbf550d3b9e817beecb825fe0510b1095b.gif);
  border: 1px dashed rgb(255, 0, 149);
  box-sizing: border-box;
  text-align: center;
  color: white;
      text-shadow: -1px -1px 0 rgb(255, 0, 149), 1px -1px 0 rgb(255, 0, 149), -1px 1px 0 rgb(255, 0, 149), 1px 1px 0 rgb(255, 0, 149);

  font-size: 12px;
}

.foto-perfil {
  width: 130px;
  height: auto;
  display: block;
  margin-top: 7px;
  margin-left: 8px; 
  border-width: 7px;
  border-style:solid; 
  border-image: url("https://img-fotki.yandex.ru/get/4602/28257045.844/0_7d5c6_2de543e9_XXXL") 35 fill round; 
  border-radius:15px;         
}

/*Blinkie derecho*/
.blinkie-dch {
  margin-top: 5px;
  text-align: center;
  width: 160px;
  max-width: 160px;
  display: block;
  box-sizing: border-box;
  height: auto;
  overflow: hidden;
}

.blinkie-dch img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
}

/*Contador de visitas*/
.contador-visitas {
  margin-top: 5px;
  width: 140px;
  font-size: 12px;
  color: rgb(255, 0, 149);
  text-align: center;
  background-image: url("https://64.media.tumblr.com/6c02d1513ac8c6977f83984ebb6d3458/d0e9816e64d5379f-33/s250x400/77818cb5a798b317b1da546c8a47dd0c74a1d036.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10px;
}

/*Reproductor de música*/
.wrapper-musica {
  width: 160px;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 5px;
  overflow: hidden;
}

.wrapper-musica .player,
.wrapper-musica .window,
.wrapper-musica .window-body,
.wrapper-musica #musicplayer,
.wrapper-musica #imagestyle {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
}

.wrapper-musica .player {
  margin: 0px;
}

.wrapper-musica .window {
  padding: 3px;
}

.wrapper-musica .window-body {
  height: auto;
}

.wrapper-musica .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-musica #musicplayer {
  border-width: 2px 0 0 0;
}

.wrapper-musica #imagestyle {
  max-width: 97.5px;
  height: 97.5px;
}

/*Texto botones*/
.texto-botones {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgb(255, 0, 149);
  background-color: rgb(186, 251, 137);
  background-image: url(https://i.pinimg.com/1200x/42/cb/07/42cb07302cc589de25dd98963e2d6c80.jpg);
  background-size: 120px;
  border: 1px dashed rgb(255, 0, 149);
  height: 30px;
  margin-top: 5px;
  margin-bottom: 0px;
}

/*Wrapper botones*/
.wrapper-botones {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4px;
  height: 115px;
  padding: 5px;
  background-color: rgb(248, 249, 247);
  background-image: url(https://64.media.tumblr.com/d6c22341d673149b6f6cca8c5e1889ff/e67c27448fcfd8f2-c9/s250x400/49cb8f214b223ac6c1b112a1504285b1182c75f8.png);
  background-size: 140px;
  border: 1px dashed rgb(255, 0, 149);
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}

/*Botones*/
.boton-web {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 calc(50% - 4px);
  width: calc(50% - 4px);
  height: 30px;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.boton-web img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition: transform 0.18s ease;
}

.boton-web:hover,
.boton-web:focus-visible {
  transform: scale(1.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  z-index: 1;
}

.boton-web:hover img,
.boton-web:focus-visible img {
  transform: scale(1.02);
}

/*Lateral derecho************************************************************************************/ 
.lateral-drch {
  width: 160px;
}

/*Enlaces redes*/
.enlaces {
  border-bottom:1px dotted  rgb(255, 163, 197);
  margin-bottom: 5px;
}

.img-link {
  display: block;
  width: 151px;
  height: 45px;
  padding: 4px;
  margin: 0;
  background-image: url(https://i.pinimg.com/1200x/7b/21/f7/7b21f752f68a49d100bad2a08e33aae8.jpg);
  background-size: 90px;
  background-color: rgb(186, 251, 137);
  object-fit: contain;
  object-position: left center;
  border: 1px dashed rgb(255, 0, 149);
}

/*Animación enlaces redes*/
ul {
list-style:none;
padding:0px;
margin: 0px;
}

li {
    padding:5px;
    background-color: rgb(255, 255, 255);
}

li:hover {
    background-color:  rgb(255, 163, 197);
    color:white;
}

/*Calendario*/
.wrapper-calendario {
  width: 160px;
  max-width: 100%;
  height: 210px;
  background-color: rgb(186, 251, 137);
  box-sizing: border-box;
  overflow: auto;
  overflow-x: hidden;
  margin:0 auto;
  margin-bottom: 5px;
}

.calendar-fieldset {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #fbe;
}

.calendar-legend {
  padding: 0 4px;
  margin: 0;
}

.calendar-link {
  color: hotpink;
  text-decoration: none;
  font-size: 9pt;
}

.calendar-frame-wrap {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 636px;
}

.calendar-iframe {
  display: block;
  width: 172px;
  height: 636px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: #fbe;
}

.wrapper_enlaces + .wrapper-calendario {
  margin-top: 5px;
}

/*Botones en movimiento*/
.botones-wrapper {
  width: 160px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}

.botones {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 0px;
  animation: moveRight 15s linear infinite;
  will-change: transform;
  min-width: max-content;
}

.boton {
  height: 30px;
  width: auto;
  flex-shrink: 0;
  margin-bottom: 5px;
}

@keyframes moveRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

/*GIF dch*/
.gif-chicas {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px dashed rgb(255, 0, 149);
}

/* Gif Loona y marco */
.gif-camara {
  width: 100%;
  max-width: 95px;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  margin: 6px auto 0;
  position: relative;
  left: -20px;
}

.marco-gif-camara {
  display: block;
  width: auto;
  max-width: 200px;
  height: auto;
  border: 0;
  box-sizing: border-box;
  margin: -146px auto 0;
  position: relative;
  left: -20px;
  overflow: hidden;
}
/*Centro***********************************************************************************************/

.centro {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1 1 auto;
  min-width: 0;
}

/*Entradas "blog"*/
.content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 0 0 auto;
    width: 100%;
    height: 370px;
    min-height: 0;
    border: 1px dashed rgb(255, 0, 149);
    overflow: auto;
    color: rgb(37, 35, 36);
    background-color: white;
    background-image: url("https://64.media.tumblr.com/c55ddade531032d047d8c73d4dc5fa9d/a87663422dd3d0ff-f4/s100x200/fc330ebeac7cdb84d472f272a77bd602d88ff829.pnj");
    padding: 10px;
    box-sizing: border-box;
}

.titled {
    background-color: white;
    background-image: url("https://64.media.tumblr.com/9b7f3e32cfd9ec56f6b6acca8d02f0ce/tumblr_orhktpTapW1wodrnvo1_100.gif");
    padding:5px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.entrada {
    padding:10px;
    border:1px dashed rgb(255, 0, 149);
    background-color: white;
}

/*Chat (cbox)*/
.cbox {
  height: 270px;
  width: 367px;
  border-width:8px;
  border-style:solid;
  border-image: url("https://dl.dropbox.com/s/rr5se47u373c2yn/orange%20lace.png") 8 fill round; 
}

/*Final (fuera del container)***************************************************************************/

/*Firma */
.footer {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  color: rgb(37, 35, 36);
  padding: 5px;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

/*Responsive*/
@media (max-width: 800px) {
  body {
    padding:10px;
    display:flex;
  }
  .container {
    width:100%;
    display: flex;
    flex-direction: column;
  }
  .footer {
    width:100%;
    display: flex;
    justify-content: center;
  }
}