a {
text-align: right;
color: pink;
font-family: arial;
}

a:hover {
text-align: right;
color: red;
font-family: arial;
}

input[type="text"] {
background-color:grey;
color: black;
text-align: center;
}