body{
      background-image: url(bg/bigger\ roses\ bg.gif);
      background-repeat: repeat;
      background-attachment: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      position: absolute;
      color: rgb(255, 192, 227);
      font-size: 20px;
      font-family: Lugrasimo;
}
p::selection{
    color:rgb(101, 42, 10);
    background-color: pink;
}
H5::selection{
    color:rgb(101, 42, 10);
    background-color: pink;
}
a::selection{
    color:pink;
    background-color: rgb(101, 42, 10);
}
.bee::selection{
    color:rgb(101, 42, 10);
    background-color: pink;
}
.footer::selection{
    color:rgb(101, 42, 10);
    background-color: pink;
}

.bee{
      background-color: rgba(156, 113, 77, 0.676);
      padding-bottom:5px;
      font-size: 50px;
      text-shadow: 5px 5px 10px rgba(255, 192, 203, 0.704);
      font-family: lavishly yours;
}
H5{
      padding-left: 10px;
      padding-right: 10px;
      color: rgb(142, 93, 60);
      text-shadow: 5px 5px 10px rgba(255, 192, 203, 0.704);
}
a{
      color: rgb(255, 254, 238);
}
.a1{
      color: rgb(64, 104, 65);
}
hr{
      color: rgb(251, 187, 211);
      border-top: dotted;
      border-bottom: 0;
}
p{
      color: rgb(255, 254, 238);
}
.padding{
      color: rgb(255, 254, 238);
      padding: 20px;
}
.GOD{
      padding: 10px;
      font-size: 17px;
}
.parent{
      position: relative;
      top: 0;
      left: 0;
}
.hachi{
      position: fixed;
      left: 1450px;
      top: 545px;
}
.nana{
      position: fixed;
      left: 325px;
      top: 535px;
}
.lean{
      border: 3px dotted pink;
}

.blush{
    height: 150px;
    width: auto;
    margin-left: 150px;
    margin: 50px auto;
}

.imageBox {
      position: relative;
      float: left;

}
.imageInn{
      position: relative;
      float: left;
      left: 40px;
      top: 0;
      opacity: 80%;
}
.imageBox .hoverImg {
      position: absolute;
      float: left;
      left: 40px;
      top: 0;
      display: none;

}
.imageBox:hover .hoverImg {
      display: block;
}
.box{
      max-width: 1000px;
      margin: 50px auto;
      display: grid;
      grid-gap: 3.5px;
      text-align: center;
      grid-template-columns: 1.25fr 3fr;
}
header, nav, main, footer{
      border-radius: 5px;
      border: 3px solid rgba(162, 97, 92, 0.588);
      background-color: rgba(168, 120, 81, 0.738);
      text-align: center;
}
header{
      grid-row: 1/2;
      grid-column: 1/3;
}
.pichead{
      width: 80px;
      height: auto;
      padding: 13px;
      margin-top: 20px;
      opacity: 60%;
      filter: saturate(50%);
}
nav{
      grid-row: 2/4;
      grid-column: 1/2;
}
.navbar ul{
    list-style-type: none;
    padding: 5px;
    margin: 0px;
    overflow: hidden;
    text-align: left;
    text-decoration: none;
    text-shadow: 10px 3px 5px rgba(138, 105, 39, 0.691);
}
.navbar a{
      text-decoration: none;
      padding: 3px;
      width: 100%;
}
.navbar a:hover{
      color: rgb(142, 93, 60);
    animation: animate 1s ease-out forwards;
}
.navbar .annoying .id1:hover{
    background: rgba(255, 164, 219, 0.634);
}

.stamps{
      padding-left:27px;
      float: left;
}

#main1{
      grid-row: 2/3;
      grid-column: 2/3;
      min-height: 725px;
}

.yap{
      border: 3px solid pink;
      height: 300px;
      margin: auto;
      margin-left: 100px;
      margin-top: 15px;
      margin-bottom: 15px;
      width: 500px;
      overflow: scroll;
}
#main2{
      grid-row: 3/4;
      grid-column: 2/3;
      height: max-content;
}

H3{
      padding-right: 10px;
      padding-left: 10px;
      float: left;
}
.player{
      align-items: center;
      border-radius: 20px;
      padding: 0px;
      float: right;
}
.player .imgbox{
      object-fit: cover;
      opacity: 80%;
}     
.player audio{      
      width: 200px;
      color: pink;
      background-color: rgb(253, 151, 219);
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
}
.player2{
      align-items: center;
      border-radius: 20px;
      padding: 0px;
      float: left;
}
   
.player2 audio{      
      width: 200px;
      color: pink;
      background-color:rgb(253, 151, 219);
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
}


footer{
      grid-row: 4/5;
      grid-column: 1/3;
      height: max-content;
      margin-bottom: 200px;
}
.laceT {
    background-image: url("images/lace-decoration-pack.png");
    display: block;
    background-repeat: repeat-x;
    height: 200px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 2;
   }

@keyframes animate {
    0% {
        letter-spacing: 0px;
    }

    100% {
    letter-spacing: 2px;
    }
}