/* Your CSS goes here --------------------- */
body{
    margin: 0;
    padding: 0;
}

hr{
    border: none;
    height: 1px;
    background-color: #ccc;
    box-shadow: 0px 0px 9px 3px rgb(0, 238, 255);
}

header h1{
    font-family: 'Space Grotesk', sans-serif;
    color: #b1b1b1;
}

header{
    background-color: #020202;
    height: 50px;
    text-align: center;
    align-items: center;
}

#input{
    background-color: #01091a;
    padding: 30px;
}

#output{
    background-color: rgb(0, 78, 141);
}

#imgSelector{
    width: 150px;
    height: 30px;
    border-radius: 4px;
}

label:nth-of-type(1), label:nth-of-type(2), label:nth-of-type(3){
    margin-left: 20px;
    font-family: 'Space Grotesk', sans-serif;
    color: rgb(205, 206, 207);
}

#textIndex{
    width: 150px;
    height: 30px;
    border-radius: 4px;
}

#textIndex2{
    width: 150px;
    height: 30px;
    border-radius: 4px;
}

input{
    font-family: 'Space Grotesk', sans-serif;
}

label{
    font-family: 'Space Grotesk', sans-serif;
    color: rgb(205, 206, 207);
}

#colSelector{
    width: 100px;
    height: 30px;
    border-radius: 4px;
}

.colSelector{
    color: rgb(205, 206, 207);
    font-family: 'Space Grotesk', sans-serif;
    margin-left: 20px;
}

#slider{
    width: 180px;
}


#fontWeight{
    width: 50px;
    height: 30px;
    border-radius: 4px;
}

.fontWeight{
    margin-left: 20px;
}

.Slider{
    margin-left:20px;
}

#output-canvas {
    box-shadow: 0px 0px 20px 5px rgb(0, 238, 255);
    transition: .5s ease;
}

#popup {
    background-color: #020202;
    border: 2px solid white; /* Add 'solid' for the border style */

}


#popup p{
    font-family: 'Space Grotesk', sans-serif;
    color: rgb(110, 110, 110);
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
}

.special-words {
    font-weight: bold;
    color: rgb(255, 255, 255); 
}   

.barb{
    margin-top: 20px;
    width: 100%;
    height: 50px;
    color: aliceblue;
    background-color: #020202;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 1px rgb(0, 238, 255);
}
    
