﻿
     input:not([type]), input[type="text"]
{

    color: darkcyan;
    text-align: center;
}
     .btn:hover, .btn:focus, .btn.focus {
    color: rgb(76,224,230);
    
}
     

