
body {
    background-image: url(https://images.pexels.com/photos/920163/pexels-photo-920163.jpeg?cs=srgb&dl=pexels-ekamelev-920163.jpg&fm=jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.mainbox {
    background-color: #6c8ec0;
    border: 2px dotted #174d69;
    padding: 10px;
      width: 70%;
      height: 70%;
      margin-right: auto;
    margin-left: auto;
    border-radius: 25px;
    margin-top: 7%;
    box-shadow: 0 0 25px 15px rgba(101, 139, 188, 0.8);
   }

   .mainbox2 {
    border: 1px dashed #406a81;
    background-color: #b6dff3;
    height: -webkit-fill-available;
    padding:8px;
    border-radius: 25px;
   }

   .truebox {
    gap: 5px;
    height: -webkit-fill-available;
    border: 1px dotted;
    background-color: #f5feff;
    padding: 5px;
    border-radius: 25px;
   }

   .minibox {
    width:40%;
    height:75%;
    border: 1px solid #99bacb;
    background-color: #b6dff3;
    margin-left:57.5%;
    margin-top:2%;
    border-radius:5px;
    padding:5px;
    overflow:scroll;
   }

   .miniboxtwo {
  width:10%;
    height:75%;
    border: 1px solid #99bacb;
    background-color: #b6dff3;
    margin-left:45%;
    margin-top:-400px;
    border-radius:5px;
    padding:5px;
    overflow:scroll;  
   }

   hr {
    background: #86afc4;
    line-height: 1px;
    border:0;
    height:1;
    width:97%;
   }

   h2 {
    color:#627da3;
    text-align: center;
    font-family:mono;
   }

   a {
    color: rgb(80, 171, 198);
   }
    a:hover {color: #7088a9;}

    li {

    padding: 5px;
    font-family: mono;
     color: #7088a9;
     font-size:12px;

    }

   .bouncy {
    font-family: hawaiilover;
    color:#4d6b99;
    margin-top:-20px;
    font-size:6em;
    animation: bounce 2s infinite;
    animation-timing-function: cubic-bezier(0.25, 0.85, 0.4, 1) 
   }

   .letterone { margin-left:2%; animation-delay:0s; display:inline-block;}
   .lettertwo { animation-delay:0.2s; display:inline-block;}
   .letterthree { animation-delay:0.4s; display:inline-block; }
   .letterfour { animation-delay:0.6s; display:inline-block;}
   .letterfive { animation-delay:0.8s; display:inline-block;}
   .lettersix { animation-delay:1s; display:inline-block;}
   .letterseven { animation-delay:1.2s; display:inline-block;}
   .lettereight { animation-delay:1.4s; display:inline-block;}
                            
    @keyframes bounce { 0% { transform: scale(1,1) translateY(0); } 10% { transform: scale(1.1,.9) translateY(0); } 30% { transform: scale(.9,1.1) translateY(-30px); } 50% { transform: scale(1.05,.95) translateY(0); } 60% { transform: scale(1,1) translateY(-4px); } 100% { transform: scale(1,1) translateY(0); } }

    div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow:scroll;
                }

    div.gallery-item {
  margin: 5px;
  width: 180px;
                }


    div.gallery-item img {
  width: 100%;
  height: auto;
                }

    div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
  font-family: mono;
  color: #7088a9;
         }

    .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 80%;
  height: 80%;
  overflow: auto;
  align-items: center;
  align-self:center;
  text-align:center;
  margin-left:10%;
  margin-top:3%;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  width: 65%;
  height: 70%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  z-index:99;
  color: white;
  position: absolute;
  top: 60px;
  right: 220px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: 50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.prev {
  left:0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.hover-shadow {
  transition: 0.3s;
}



    @font-face {
        font-family: hawaiilover;
        src: url(fonts/HawaiiLover.ttf);
    }

    @font-face {
        font-family: mono;
        src: url(fonts/Snap-itmono-1.6-Regular.otf);
    }