body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

p {
    display: inline-block;
}

a {
    text-decoration: none;
}

a:hover {
    color: blue;
}