body {
  background-image: url(foticos/green&pinkplaid.jpg);
  background-repeat: repeat;
  color: black;
  font-family: Verdana;
  margin: 40px 20px 20px 20px;
}

h1, h2, h3, h4 {
  text-align: center;
  font-family: Anton;
  font-weight:lighter;
  letter-spacing:1.5px;
  color:rgb(237, 183, 189);
  text-shadow: 4px 3px 6px #f5f7b7;
  transform: scale(1.1);
  margin-bottom:;
}

h1:hover, h2:hover, h3:hover, h4:hover {
  color:#f5c4c4;
  opacity: 1;
}

p {
  margin-top:0;
  font-family:;
  font-weight:;
  font-size:14px;
  line-height:;
}

.ytmusica, .ytvlog {
  border-radius: 15px;
}

#wrapper {
  max-width:72%;
  margin-left:172.250px;
  margin-right:172.250px;
  display:grid;
  grid-template-areas:
    "nav header sudoku"
    "nav vlog obsesion-musical"
    "guestbook . footer"
    ;
  grid-template-columns:30% 40% 30%;
  grid-template-rows:700px 200px 200px;
  gap:17px;
  padding:7px ;
}
.wiggle span {
    position: relative;
    transition: .5s top;
    }
    

.dienticos {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  height: 800px;
  z-index: 2;
  pointer-events: none;
}

header {
  grid-area: header;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  background-color: rgba(59, 40, 47, 0.7);
  border-radius: 15px;
  padding-top: 60px;
  padding-bottom: 120px;
}

header:hover {
  overflow-y: auto;
}

header::-webkit-scrollbar {
  width: 8px;                         /* Chrome/Safari */
}

header::-webkit-scrollbar-track {
  background: transparent;
}

header::-webkit-scrollbar-thumb {
  background-color: rgba(196, 201, 185, 0.5);
  border-radius: 2.5px;
}

.kiminitodokeflor {
  position: relative;
  text-align: center;
  top: 0;
  margin: 0;
}

.intro {
  position: relative;
  text-align: center;
  padding: 25px;
}

nav {
  grid-area: nav;
  position: relative;
  height: 700px;
}

.nav-apple {
  position: absolute;
  left: -80px;
  z-index: 1;
  transform: rotate(-12deg);
  height: 250px;
  top: 135px;
}

.Mapa {
  top: 244px;
  left: 42px;
  height: 85px;
  transform: rotate(7deg);
  position: absolute;
  z-index: 2;
  transition: .6s;
}

.Mapa:hover{
  transform: rotate(15deg);
}

.Index {
  position: absolute;
  top: 290px;
  background-image: url("foticos/japsticky.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  text-align: center;
  padding:95px;
}
.vlog  {
  grid-area: vlog;
}

.obsesion-musical {
  grid-area: obsesion-musical;
}

.guestbook {
  grid-area: guestbook;
}

.sudoku {
  grid-area: sudoku;
}

footer  {
  grid-area: footer;
}

.apple-button {
  position: relative;
  display: inline-block;
  left: 22.5px;
  padding: 11px;
  padding-left:35px;
  background-color: white;
  color: rgb(237, 183, 189);
  border-color: rgb(237, 183, 189);
  border-radius: 22px;
  border-style: solid;
  cursor: pointer;
  transition: transform .6s, color .6s, background-color .6s;
  /* Agregado por chat */
  font-weight: bold;
  font-size: 14px;
  z-index: 1;
}

.apple-button:hover{
  background-color: rgb(237, 183, 189);
  color: white;
  border-color:white ;
  transform: scale(1.1) rotate(5deg);
}

.apple-button:active{
  opacity: 0.9;
}

.apple-button::before {
   content: "";
   background-image: url("foticos/appleparche.png");
   background-repeat: no-repeat;
   background-size: 100% 100%;
   position: absolute;
    top: 50%;
   width: 92px;
   height: 92px;
    transform: translateY(-75%) rotate(7deg);
    left:-40px;
   z-index: 2;
   transition: transform .6s;
}

.apple-button:hover::before{
  transform: translateY(-75%) rotate(-17deg)
}  
  
  