body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1b0029;
    text-align: center;
    color: lightgoldenrodyellow;
}

#pollmit {
position: fixed;
opacity: 0.8;
z-index: 999;
bottom: 3vh;
color: gray;
font-size: 15px;
font-style: italic;
width: 90%;
left:5%;
height: auto;
padding-top:7.5px;
backdrop-filter: hue-rotate(20deg)  ;
filter: unset;
border:1px ridge indigo;
}

#reallyreallyreallywannazigazigaaah {
position: fixed;
background-color: #5d148210;
text-align: center;
font:italic 50px Rubik Distressed;
opacity: 0.8;
z-index: 1;
top: 7vh;
color: #ffb4ff70;
letter-spacing: 5vw;
width: 100%;
height: auto;
backdrop-filter: hue-rotate(20deg)  ;
filter: unset;
border:1px ridge indigo;
text-shadow: 0px 5px 0px #e4b8fa,0px 9px 0px #c187de,0px 3px 0px #a660c9,0px 11px 0px #8536ad,0px 13px 0px #5d1482,0px 15px 0px #3d025b,0px 17px 0px #2c0142,0px 19px 7px #1b0029;
filter: hue-rotate(-360deg);
}

.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
    background: #1b0029;
    box-shadow:  10px 10px 15px #150020,
             -10px -10px 15px #210032;
}

.pijltje {
    font:30px Impact;
    position: fixed;
    left: 2vw;
    top:0;
    text-shadow: 0px 1px 0px #e4b8fa,0px 2px 0px #c187de,0px 3px 0px #a660c9,0px 4px 0px #8536ad,0px 5px 0px #5d1482,0px 6px 0px #3d025b,0px 7px 0px #2c0142,0px 8px 7px #1b0029;
        
  color: #ffb4ff;
  transform:none;
  transition: transform 1s;
  cursor: pointer;
}

.pijltje:hover {
    transform:rotate(720deg) scale(250%);
    filter: brightness(200%);
}

.image-section {
    text-align: center;
    margin-bottom: 20px;
}

.image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.input-section {
    position: relative;
    margin-bottom: 20px;
}

.input-section textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: magenta;
    width: calc(100% - 20px);
    height:20vh;
    padding: 10px;
    border: 1px solid indigo;
    border-radius: 4px;
    background: #1b0029;
    box-shadow: inset 10px 10px 15px #150020,
            inset -10px -10px 15px #210032;
}

input:focus, textarea:focus {
    outline: 1px solid magenta !important;
}

.advanced-section {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.advanced-section h2 {
    cursor: pointer;
    color: #007BFF;
}

.advanced-section {
    display: none;
    margin-top: 10px;
}

.advanced-section label {
    display: block;
    margin: 10px 0 5px;
    width: 500px;
}

input[type="number"] {
    color:lightgoldenrodyellow;
    margin-top:10px;
    width: 200px;
    padding: 10px;
    border: 1px solid indigo;
    border-radius: 4px;
    background: #1b0029;
    box-shadow: inset 10px 10px 15px #150020,
            inset -10px -10px 15px #210032;
}

/* ::file-selector-button {
        padding: 10px 15px;
    color: lightgoldenrodyellow;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: linear-gradient(145deg, #1d002c, #180025);
    box-shadow:  6px 6px 12px #0c0012,
             -6px -6px 12px #2a0040;
} */

.jfilestyle {
    position: absolute;
    bottom:-20px;
    right: 20px;
    background: linear-gradient(145deg, #1d002c, #180025);
    box-shadow:  6px 6px 12px #0c0012,
             -6px -6px 12px #2a0040; 
    width: 20%;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    color: #fafad2aa;
    font-size: 16px;
    font-style:italic;
}

.jfilestyle span {
    cursor: pointer;
}

select {
    color:lightgoldenrodyellow;
    margin-top:10px;
    width: 220px !important;
    padding: 10px;
    border: 1px solid indigo;
    border-radius: 4px;
    background: #1b0029;
    box-shadow: inset 10px 10px 15px #150020,
            inset -10px -10px 15px #210032;
    text-transform: uppercase;
}

.slider {
    width: 100%;
}

.indexbutton {
    white-space: nowrap; 
    padding: 10px 15px;
    color: lightgoldenrodyellow;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background: linear-gradient(145deg, #1d002c, #180025);
    box-shadow:  6px 6px 12px #0c0012,
             -6px -6px 12px #2a0040;
}

.indexbutton:hover {
    background-color: #bf50f7;
}

.indexbutton:active {
    background: linear-gradient(145deg, #180025, #1d002c);
box-shadow:  6px 6px 12px #0c0012,
             -6px -6px 12px #2a0040;
}

#imgSaved-section {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#imgSavedTXT {
    position:fixed;
    top: 20px;
    left:20px;
    background-color: rgba(255, 0, 255, 0.3);
    padding:10px;
    color:#ff00ff;
    text-shadow: 0 0 5px black, 0 0 5px black;
    box-shadow: 0px 0px 10px 2px #ff00ff30;
}

#seed-input {
    color: #faebd780;
    font-style: italic;
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.modal-buttons {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}
.modal-buttons button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.modal-buttons button.delete {
    border-radius: 8px;
    box-shadow: 0px 0px 20px 2px #ff000050;
    background-color: #ff000050;
    color: rgb(224, 149, 149);
}
.modal-buttons button.copy {
    border-radius: 8px;
    box-shadow: 0px 0px 20px 2px #3498db50;
    background-color: #3498db50;
    color: rgb(158, 183, 242);
}
.modal-buttons button.close {
    border-radius: 8px;
    box-shadow: 0px 0px 20px 2px #9b9b9b80;
    background-color: #9b9b9b80;
    color: #ffffff80;
}