body{
      background-image: url(bg/heart\ pink.gif);
      background-repeat: repeat;
      background-attachment: fixed;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      position: absolute;
      color: beige;
      font-size: 20px;
      font-family: Lugrasimo;
}

a{
      color: beige;
}
.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;
      color: rgb(255, 192, 227);
}
hr{
      color: rgb(251, 187, 211);
      border-top: dotted;
      border-bottom: 0;
}
h4{
      background-color: rgba(234, 122, 182, 0.321);
      width: 250px;
      padding-bottom:5px;
      border: 3px dotted rgb(251, 187, 211);
      margin: 0px auto;
      font-size: 30px;
      text-shadow: 5px 5px 10px rgba(255, 192, 203, 0.704);
      font-family: redressed;
}
p::selection{
    color:rgb(101, 42, 10);
    background-color: pink;
}
H4::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;
}
a:hover{
      animation: animate 1s ease-out forwards;
      color: rgb(142, 93, 60);
}
.a1{
      color: rgb(19, 70, 19);
}

.box{
      max-width: 1250px;
      margin: 50px auto;
      display: grid;
      grid-gap: 3.5px;
      text-align: center;
      grid-template-columns: 1fr 3fr;
      padding-bottom: 100px;
      grid-template-rows: 0fr 0.7fr 4fr;
}
header, nav, main, aside, 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/3;
      grid-column: 1/2;
}
.navbar ul{
    list-style-type: none;
    padding: 5px;
    margin: 0px;
    overflow: hidden;
    text-align: left;
    font-size: 23px;
    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);
}
aside{
      grid-row: 3/4;
      grid-column: 1/2;     
}
.husbands{
      max-height: 165px;
      padding: 45px;
      width: auto;
}
#main1{
      grid-row: 2/4;
      grid-column: 2/3;
}
.pabtme{
      padding: 10px;
}
footer{
      grid-row: 4/5;
      grid-column: 1/3;
      height: max-content;
}
@keyframes animate {
    0% {
        letter-spacing: 0px;
    }

    100% {
    letter-spacing: 2px;
    }
}