body {
    background-color: rgb(255, 247, 139);
    background-image: url(images/happybirth/hearts.gif);
    color: rgb(34, 114, 90);
    text-align: center;
    font-family: "Comic Sans MS";
    cursor: url(http://www.rw-designer.com/cursor-extern.php?id=60992), auto;
}

a:link {    
    text-decoration: underline;
    color: rgb(105, 102, 24)
}
a:visited {
    color: rgb(105, 102, 24);
}
a:hover {
    color: rgb(58, 75, 39);
}

  
  .parent {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px;
}


#overhead1 {
    position: absolute;
    right: 50px;
    top: 50px;
}
#overhead2 {
    position: absolute;
    left: 50px;
    top: 50px;
}
    
.div1 {
    grid-column: span 5 / span 5;
    max-height: 400px;
}

.div2 {
    grid-row: span 3 / span 3;
    grid-row-start: 2;

    background-image: url(images/happybirth/rainbow.gif);
    color: white;
    text-align: left;
}

.div3 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-row-start: 2;

}


.div4 {
    grid-row: span 3 / span 3;
    grid-column-start: 5;
    grid-row-start: 2;

    background-image: url(images/happybirth/rainbow.gif);
}

.div5 {
    grid-column: span 5 / span 5;
    grid-row-start: 5;
}

.soundTrigger {
	cursor: progress;
}


button {
    background-color: transparent;
    background-image: url(images/collection/buttons/gaymanga.gif);
    background-repeat: no-repeat;

    padding: 5px;
    margin: 5px;
}

.collapsible {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
 
  /* Style the collapsible content. Note: hidden by default */
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
  }