* {
    width: 100%;
    height: 100%;
    background-color: black;
}

a {
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: white;
    margin: 0 auto;
}

a:hover {
    color: blue;
}