body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 20px;
    background: rgb(80,106,235);
    background: radial-gradient(circle, rgba(80,106,235,0.768032212885154) 0%, rgba(213, 239, 255, 0.852) 100%);
    
}

#wave {
    position:fixed;
    bottom: 0;
    left:0;
    right: 0;
}

.output {
    font-size: 20px;
    margin-top: 20px;
    color: #333;
    font-weight: bolder;
}

select, #resetButton {
    padding: 10px;
    font-size: 16px;
    margin: 10px 5px;
}

#resetButton {
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#resetButton:hover {
    background-color: #0056b3;
}

.colorPicker-container {
    position: relative;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    justify-self: center;
    box-shadow: 0px 5px 5px 2px rgba(74, 73, 73, 0.7);
}

#colorPicker {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 56px;
    height: 56px;
    border: none;
}

#codeDisplay {
    padding: 2px;
    font-weight: bold;
    color: #0432be;
    background-color: #93ff4b64;
    border-radius: 8px;
}

.boton1 {
    background-color: #ffffff52;
    margin: 0;
}
.boton1:hover {
    background-color: #333;
}

:root {
    --background-color-light: #ffffff;
    --text-color-light: #000000;
    --background-color-dark: #121212;
    --text-color-dark: #ffffff;
}

.dark-mode {
    background-color: var(--background-color-dark);
    color: var(--text-color-dark);
}

.ul, .li, .firma:hover {
    color: #1060ff;
    box-shadow: 0 1px 5px #1060ff;
    text-shadow: 0 0 3px #1060ff;
}

.firma {
    color: rgb(88, 88, 88);
    font-weight: bold;
    background: black;
    width: fit-content;
    border-radius: 15px;
    text-align: center;
    animation: myfirst 20s linear 3s infinite alternate;
    position: relative;
}

.thankspio {
    font-size: 14px;

}

@keyframes myfirst {
    0%   {background-color:rgba(255, 0, 0, 0.500); left:0px; top:0px;}
    25%  {background-color:rgba(64, 0, 255, 0.5); left:100px; top:0px;}
    50%  {background-color:rgba(0, 123, 255, 0.5); left:100px; top:000px;}
    75%  {background-color:rgba(0, 200, 255, 0.538); left:0px; top:000px;}
    100% {background-color:rgba(255, 255, 255, 0.603); left:0px; top:0px;}
}
