@font-face {
    font-family: soopafresh;
    src: url(/fonts/soopafre.ttf) format("truetype");
}

@font-face {
    font-family: minecraft;
    src: url(/fonts/Minecraft.ttf) format("truetype");
}

* {
    box-sizing: border-box;
  }

@keyframes gelatine {
    from, to { transform: scale(1, 1); }
    25% { transform: scale(0.9, 1.1); }
    50% { transform: scale(1.1, 0.9); }
    75% { transform: scale(0.95, 1.05); }
  }

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }

body {
    background-image: url('https://files.catbox.moe/3msi1w.jpg');
    background-repeat: no-repeat;
    background-size: 105%;
    padding: 10px;
}

#fish1, #fish2, #fish3, #fish4, #fish5, #fish6, #fish7, #fish8, #fish9, #fish10, #fish11 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#fish1:hover, #fish2:hover, #fish3:hover, #fish4:hover, #fish5:hover, #fish6:hover, #fish7:hover, #fish8:hover, #fish9:hover, #fish10:hover, #fish11:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.modalcontent {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }


#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #e9ecd1;
    padding: 10px, 0;
    height: 150px;
    font-family: minecraft;
    font-size: 150%;
}


.modalcontent, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #e9ecd1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

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

@media only screen and (max-width: 700px){
    .modalcontent  {
      width: 100%;
    }
  }

.gobackkkk {
    font-family: soopafresh;
    color: var(--white);
    font-size: 45px;
    position: absolute;
    text-shadow: 0px 0px 3px #4d3215;
}