body {
    text-align: center;
    line-height: 50px;
    background-color: black;
    color: white;
    }

a {
    color: hotpink;
    font-size: 20px;
}

a:visited {
    color: red;
}

a:hover {
    color: lime;
}
