body{
    background-color: rgb(28, 27, 34);
    color:#fff;
}
a{
    color: rgb(97, 97, 97);
}
a:hover, a:focus{
    color: rgb(202, 202, 202);
    text-shadow: 0 0 1.5px white;
}
input{
    color: #fff;
    background-color: rgba(0,0,0,0);
    border:1px solid grey;
}
.hint{
    color: gray;
}