@import url("https://fonts.googleapis.com/css2?family=Dekko&display=swap");

body {
    background-image: linear-gradient(
        45deg,
        #f9b9c9 25%,
        #51adcf 25%,
        #51adcf 50%,
        #f9b9c9 50%,
        #f9b9c9 75%,
        #51adcf 75%,
        #51adcf 100%
    );
    background-size: 56.57px 56.57px;
}

.outercont {
    border: solid;
     border-image: url("https://file.garden/Zx3Clq1Z7kthf_V-/birdbrainedneocities/l-extra22-20-s512-extra22-20-1.webp")
        40 fill repeat !important;
    border-image-slice: 15% !important;
    border-image-repeat: round !important;
    border-width: 20px !important;
    margin: auto;
    background-image: url("https://file.garden/Zx3Clq1Z7kthf_V-/birdbrainedneocities/tumblr_517b61d902de6c34b0fab7fa8766e413_83a4b235_75%20(1).webp");
    padding: 10px;
    background-clip: padding-box;
    height: 900px;
    width: 800px;
}

.container {
        background-color: white;
    border-style: solid;
    border-image: url("https://file.garden/Zx3Clq1Z7kthf_V-/birdbrainedneocities/6zi9t5%20(1)%20(1).webp") 40 fill
        repeat !important;
    border-image-slice: 22% !important;
    border-image-repeat: round !important;
    border-width: 12px !important;
    background-clip: padding-box;
    height: 875px;
overflow-y: scroll;
    color: #2e6275;
    font-size: 1.6em;
    font-family: "Dekko";
    text-align: center;
    padding: 5px
}

@keyframes example {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}

.img1:hover {
    animation-name: example;
  animation-duration: 1s;
    animation-fill-mode: forwards;
}

.img1 {
    position: fixed;
        bottom: 1%;
    left: 20%;
    opacity: 1.0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: white;
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(0deg, rgba(143, 225, 252, 1) 0%, #f9bccb 100%) 1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #8fe1fc;
    background: linear-gradient(180deg, rgba(143, 225, 252, 1) 0%, #f9bccb 100%);
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(0deg, rgba(143, 225, 252, 1) 0%, #f9bccb 100%) 1;
}

.containerimgs img {
         border-style: solid;
    border-image: url("https://file.garden/Zx3Clq1Z7kthf_V-/birdbrainedneocities/ct98bi%20(1)%20(1)%20(1)%20(1)%20(1)%20(1).webp")
        40 fill repeat !important;
    border-image-slice: 22% !important;
    border-image-repeat: round !important;
    border-width: 12px !important;
}

