body {
    background-image: url("images/tumblr_mdyvf1ogIM1rzlhkm540.gif");
    }

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 130px;
  background-color: pink;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.frame1 {
    background-image: url("images/yeashhh.jpg");
    width: 500px;
    padding: 0px 10px;
    border-radius: 20px;
}

.frame2 { /*used for (right) sidebar divs*/
    margin: 0px;
    width: 190px;
    background-image: url("images/tumblr_inline_misxod638j1qz4rgp540.gif");
    justify-content: center;
    padding: 0px;
    border-radius: 10px;
  }
  
.frame4 { /*used for second (left) sidebar divs :,)*/
    margin: 0px;
    width: 190px;
    height: 190px;
    background-image: url("images/tumblr_inline_misxod638j1qz4rgp540.gif");
    padding: 10px;
    border-radius: 20px;
  }

.frame5 { /* Left sidebar div 2*/
    margin: 0px;
    width: 210px;
    text-align: center;
    justify-content: center;
    background-color: #fdc2c9;
    padding: 0px;
    overflow: cover;
    border-right:  solid 4px #eda8b1;
    border-bottom: solid 4px #eda8b1;
    border-top: solid 3px white;
    border-left: solid 3px white;
  }

.sidebar { /* right hand side*/
    background-image: url("pattern.jpg");
    padding: 20px;
    text-align: center;
    justify-content: center;
    margin-right: 0px;
    top: 0px;
    right: 0px;
    width: 255px;
    height: 100%;
    position: relative;
    border-radius: 10px;
}

.sidebar2 {
    padding: 5px;
    text-align: center;
    top: 55px;
    left: 0px;
    width: 275px;
    height: 100px;
    position: static;
  }


.toro div {
  position: relative;
  display: inline;
  }

.navbar {
    background-color: #e0d8db;
    width: 520px;
    padding: 0px;
    height: 30px;
    border: 0.5px solid white;
    border-radius: 20px;
    overflow: hidden;
  }

p {
  color: #db7f8e;
  font-family: "Gloria Hallelujah", "sans-serif";
  font-size: 14px;
  }
  

#toro {
  position: absolute;
  z-index: 1;
  }

#image {
  position: relative;
  float: left;
}

#unlisted {
  list-style-type: none;
  }

.navigation {
  list-style-type: none;
  overflow: hidden;
  height: 35px;
  width: 600px;
  margin: 0;
  padding: 0px;
  background-color: #fcf0b9;
  text-align: center;
}

 .navigation li{ 
  float: left;
  }

 .navigation li a {
  overflow: hidden;
  display: block;
  color:  #db7f8e;
  padding: 7px 10px 0px;
  text-align: center;
  }

 .navigation li a:hover {
  color: purple;
  background-color: white;
  }

.container {
  display: grid;
  grid-template-columns: 295px 670px 300px; /* column size: 231 */
  padding: 10px;
}

.normal li a:hover {
  color: blue;
  background-color: white;
  }
  
.menubutton {
  border-radius: 5px;
  padding: 0.5px;
  background: pink;
  width: 190px;
  height: 30px;
  font-family: "Gloria Hallelujah";
  }
  
.menubutton:hover {
  border-radius: 5px;
  padding: 0px;
  background: white;
  width: 150px;
  height: 30px;
  font-family: "Gloria Hallelujah";
  }  

.border {
  border-width: 20px;
  border-style: solid;
  border-image: url("https://files.catbox.moe/o4q22b.png") 11 fill round;
  }

a {
  color: #db7f8e;
  font-family: "Gloria Hallelujah", "sans-serif";
  }

a:hover {
  color: purple;
  }

.frame3 {
  background-image: url("pattern.jpg");
  margin: auto;
  width: 575px;
  padding: 20px;
  border: 3px dashed pink;
  border-radius: 15px;
}

.frame3 div {
  justify-align: center;
}
