* {
    text-align: center;
}

h1 {
    color: red;
    font-size: 128;
    text-decoration: underline;
}

p {
    font-family: Impact;
    font-size: 32;
}

a {
    background-color: lightblue;
    padding: 5px;
    border-radius: 5px;
}