body {
background-color: lightblue;
background-image: url(https://wallpaper.dog/large/5448919.jpg);
background-repeat: no-repeat;
background-size: cover;
}
h1 {
    text-align: center;
    color: white;
    font-family:'Silkscreen';
    padding: 40px;
}
p {
    text-align: center;
    color: white;
    font-family: 'Silkscreen';
    
}
ul {
    font-family: 'Silkscreen';
    align-content: center;
    transition: ease-in-out;
    font-size: 40px;
    margin-bottom: 200px;
}
div .happy:hover{
    text-decoration: underline;
    transform: scale(0.9);
    
}
body:has(div .happy:hover) {
    background-image: url(https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/01073865290819.5d61d475f0072.jpg);
    transition: ease-in-out;
    transition: ease;
}
a {
    color: white;
    text-decoration: none;
}
img {
 height: 40px;
 width: 50px;
}
body:has(div .sad:hover) {
    background-image: url(https://i.pinimg.com/originals/00/43/04/0043044fd8e3c55c584ddaf0c9c134e2.gif);
    transition: ease-in-out;
    transition: ease;
}
body:has(div .inspired:hover) {
    background-image: url(https://images4.alphacoders.com/100/1008904.png);
    transition: ease-in-out;
    transition: ease;
}
body:has(div .hopeful:hover) {
    background-image: url(https://wallpapers.com/images/hd/aesthetic-paradise-pixel-art-xzpuodyofxok69x2-xzpuodyofxok69x2.jpg);
    transition: ease-in-out;
    transition: ease;
}
body:has(div .successful:hover) {
    background-image: url(https://wallpaperaccess.com/full/2122578.jpg);
    transition: ease-in-out;
    transition: ease;
}
body:has(div .pushing:hover) {
    background-image: url(https://images6.alphacoders.com/715/thumb-1920-715677.png);
    transition: ease-in-out;
    transition: ease;
}
body:has(div .cover:hover) {
    background-image: url(https://i.pinimg.com/originals/08/fd/e1/08fde17968a7c30f4aed9abb7763f383.gif);
    transition: ease-in-out;
    transition: ease;
}
div .sad:hover{
    text-decoration: underline;
    transform: scale(0.9);
    
}
div .inspired:hover{
    text-decoration: underline;
    transform: scale(0.9);
    
}
div .hopeful:hover{
    text-decoration: underline;
    transform: scale(0.9);
    
}
div .successful:hover{
    text-decoration: underline;
    transform: scale(0.9);
    
}
div .pushing:hover{
    text-decoration: underline;
    transform: scale(0.9);
    
}

div .cover:hover{
    text-decoration: underline;
    transform: scale(0.9);
    
}

div .whatif:hover{
    text-decoration: underline;
    transform: scale(0.9);
    
}

div {
    transition: ease-in-out;
}

audio::-webkit-media-controls-panel {
    background-color: #56AEFF;
  }
  
audio::-webkit-media-controls-time-remaining-display {
    color: #fff;
  }

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:200px;
	right: 200px;
}

.float .catImage{
    width:240px;
	height:240px;
	bottom: 200px;
    right: 200px;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  
  
  .mySlides {
    display: none;
  }
  
  
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  
  .text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  
  
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
 
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  .jokesBG{
    height: 500px;
  }

  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  .present {
    height: 200px;
    width: 200px;
    display: inline-block;
    position: relative;
    margin: 50px;
  }
  .present .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 400px;
    width: 400px;
    margin-left: 500px;
    margin-bottom: 50px;
  }
  .present:hover .img-top{
    display: inline;
    transition: ease-in-out;
  }

  .present .unopened {
    height: 400px;
    width: 400px;
    margin-left: 500px;
    margin-bottom: 50px;
  }

  .present:hover .unopened {
    opacity: 0;
  }