body {
    font-family: 'Times New Roman', serif;
    color: red;
    background-color: gold;
    text-align: center;
    margin-top: 20%;
    font-size: 24px;
    font-weight: bold;
}

a {
    color: red;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}