/* 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." */
@font-face {                  
  font-family: 'BBBInvader';
  src: url(https://humantooth.neocities.org/fonts/BBBInvader-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
} 
@font-face {
  font-family: 'Press Start 2P', system-ui;
  font-weight: normal;
  font-style: normal;
  src: url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
}
body {
  background-image: url('https://dinowebreco.carrd.co/assets/images/image02.jpg?v=4054d5ab');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
html {
  overflow: scroll;
  overflow-x: hidden;
}
::webikit-scrollbar{
  width: 0;
  background: transparent;
}
::selection{
  background: #A487F5;
  color: #FFF;
} 
.container{
  border-width:8px;
  border-style:solid;
  border-color: pink;
  border-image: url("https://dinowebreco.carrd.co/assets/images/image01.png?v=03ee966d") 8 fill round;  
  margin:5%;
  gap: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.container-uno{
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  background-image: url('https://dl.glitter-graphics.com/pub/3330/3330489saxv1lcm1m.gif');
  background-repeat: repeat;
  width: 880px;
  position: relative;
  left: 1px;
  height: 170px;
  box-shadow: 0 0 8px 8px pink inset;
  z-index: 5;  
}
#nombre{
  font-family:'BBBInvader';
  font-size: 2em;
  color: #f59bfd;
  margin-top: 60px;
  margin-left: 10px;
}
.afuera{
  border-width:8px;
  border-style:solid;
  border-image: url("https://dl.dropbox.com/s/v8iy6a8feyq041p/blue%20ver.png") 8 fill round;         
  border-radius:15px;
  width: 115px;
  height: 115px;
  margin-top: 10px;
}
.adentro{
  width: 100%;
  height: 100%;
  background-image: url('https://dl.glitter-graphics.com/pub/835/835310mqtp8gcrnv.gif');
  background-size: cover; 
}

/*borde de la introducción*/
.lacescr {
  box-sizing: border-box;
  border-width:7px;
  border-style:solid;
  border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
  width:50%;
  height:100px;
  overflow-y:auto;
  top: -8em;
  left: 138px;
  border-radius:15px;
} 
.introduccion{
  background-image: radial-gradient(#f59bfd 30%, transparent 70%);
  font-family: "BBBInvader";
  color: white;
  -webkit-text-stroke: 1px black;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 5px;
}
.separador{
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.separador:hover{
  transform: scale(1.1);
}
.ipad-borde{
  border-radius: 10px;
  padding: 1em 0.55em 1em 0.55em;
  width: 19.5em;
  height: 19.5em;
  background: #f59bfd;
  }
.ipad-int{
  height: 16.5em;
  background: white;
  border-radius: 2px;
  border: 2px inset #f59bfd;
}
.ipad-pos{
  position: relative;
  top: -7.5em;
}
.mens-recibir{
  border-radius: 0px 25px 25px 25px;
  padding: 7px;
  background: #89CFF0;
  font-family: pixel;
  box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  margin-bottom: 10px;
  border: 1px solid #89CFF0;
}
.mens-enviar{
  border-radius: 25px 0px 25px 25px;
  padding: 7px;
  background: #f59bfd;
  font-family: pixel;
  box-shadow: inset 13px 0px 6px -10px rgb(66 66 66 / 56%), inset -13px 0px 6px -10px rgb(66 66 66 / 56%), inset 0px 13px 6px -10px #ffffff, inset 0px -13px 6px -10px rgb(66 66 66 / 38%);
  margin-bottom: 10px;
  border: 1px solid #f59bfd;
}
.chat{
  height: 15.5em;
  width: 18em;
  position: relative;
  top: -16.125em;
  left: 13px;
  overflow-y: scroll;
}
.container-sec{
  border-style:solid;
  margin: auto;
  width: 250px;
  height: 884px;
  position: relative;
  padding: 5px;
  z-index: 4;
}
.redes{
  border: 3px solid #f59bfd;
  height: 200.5px;
  background: white;
  width: 281px;
  position: relative;
  top: -37.5em;
  left: 595px;
  box-shadow: inset 13px 0 6px -10px rgb(66 66 66 / 30%), inset -13px 0 6px -10px rgb(66 66 66 / 30%), inset 0 13px 6px -10px #f0f0f0, inset 0 0 0 -10px rgb(66 66 66 / 30%);
} 