.body{
   margin: 0;
   padding: 0;
   background-image: url(https://file.garden/Z3SR9FRyjwenTSIO/fondos/gridpatternp.png);
   background-attachment: fixed;
   overflow-x: hidden;

  display: flex;
  justify-content: center;
  align-items: center; }

* { 
  padding: 0; 
  margin: 0; 
  box-sizing: border-box; 
}

::selection {
  color: #fcdef1;
}

@font-face {
font-family: lovely script;
src: url(https://dl.dropbox.com/s/ss5bqbogijw4zfj/Lovely%20Script.otf);
}

@font-face {
font-family: berkshire;
src:url(https://dl.dropbox.com/s/49tg0oklrpc2u71/BerkshireSwash-Regular.ttf?);

}

@font-face {
font-family: baligle;
src:url(https://dl.dropbox.com/s/iu9a60e3nidrio6/KittenSlantTrial.ttf);
}

@font-face {
font-family:'handy';
src: url(https://dl.dropbox.com/s/kqvt2miu9r4y9ye/handy00.ttf);
}

html { 
  height: 100vh; 
  width: 100vw; 
  font-size: 16px; 
  position: fixed; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
}


#box {
  width: 20em;
  height: 16em;
  background: #fcdef1;
  border-radius: 10px;
  position: relative;
}

.title {
  font-family: lovely script;
  position: absolute;
  top: -6%;
  line-height: 0.1;
  color: #fcdef1;
  -webkit-text-stroke: 0.8px #aaa;
  -webkit-filter: drop-shadow(0px 0px 1px #edbdda);
  font-size: 3em;
  right: 2%;
}

img { pointer-events: none;}

.icon {
  position: absolute;
  left: -7%;
  width: 120px;
  height: 120px;
  transform: rotate(-25deg);
  top: 22%;
  object-fit: cover;
  -webkit-mask-image: url(https://i.imgur.com/AUWVRo6.png);
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}

@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}

} 
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}

.tile-cont {
  position: absolute;
  bottom: 15px;
  right:-10%;
  width: 73%;
  height: 88%;
  background: transparent;
  border-radius: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0px;
}

.tile {
  margin-right: 15px;
  border: 1px solid #eee;
  position: relative;
  width: 100%;
  height: 100%;
  white-space: normal;
  display: inline-block;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 0 0 2px rgba(140,140,140,.2);
  background: rgb(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  font-family: 'Archivo', sans-serif;
  font-size: 12px;
  overflow-y: scroll;
  text-align: justify;
}

.bubble {
  -webkit-filter: drop-shadow(0px 0px 2px #000000);
  position: absolute;
  top: 19%;
  left: -7%;
  line-height: 16px;
  background: #fff;
  border-radius: 40px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  color: #000;
  font-family: handy;
  font-size: 0.71em;

}

.bubble p{

}

.bubble-bottom-left:before {
content: "";
font-family: handy;
-webkit-transform: scaleX(1);
transform: scaleX(1);
width: 0px;
height: 0px;
position: absolute;
border-left: 10px solid #fff;
border-right: 8px solid transparent;
border-top: 7px solid #fff;
border-bottom: 10px solid transparent;
right: 32px;
bottom: -14px;
}

.dollie {
  width: auto;
  height: 100%;
  margin-right: 10px;
  -webkit-filter: drop-shadow(0px 0px 2px #000000);
}

.infp {
  font-size: 0.7em;
  font-family: handy;
  position: absolute;
  bottom: 17%;
  left: 15px;
  color: #000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgb(255, 255, 255, 0.5);
  padding: 7px;
  border-radius: 10px;
  text-align: center;
}

mark {
  background-image: radial-gradient( #fcdef1 20%, #fcdef1 20% , #FEEFF8 60%);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-family: handy;
  color: #feeff8;
text-shadow: -1px 0 #efbfdd, 0 1px #efbfdd, 1px 0 #efbfdd, 0 -1px #efbfdd, 0 0;
}


@media only screen and (max-width:500px) {
  /* For mobile phones: */
  body {
    width: 100%;  } }