h1 span, p span{
    color: #ffbe85;
}


.form-control{
    margin-bottom: 2rem;
}

#input-seed-elem{
border: solid 1px #cacaca;
}

#input-seed-elem, #output-word-elem, #output2-word-elem{
    
    font-size: 1em;
    padding: 1rem;   
}

#output-word-elem, #output2-word-elem{
    user-select: none;      
    pointer-events: none;    
    outline: none;         
}

#timer-text-elem, #timer2-text-elem
{
    font-size: .8rem;
}


#footer{
    text-align: right;
    font-size: .9rem;
    margin-top: 1rem;
}
 

.small{
    font-size: .9rem;
}

a {
    text-decoration: underline !important;
    color:#fff !important;
}

a:hover{
    text-decoration: none !important;
    color:#f1f1f1 !important;
}

.steps{
    margin-bottom: 2rem;
    list-style-position: outside;
    padding-left: 1.5rem;
}

.steps li{
    margin-bottom: .5rem;
}