body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f9f9f9;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h1 {
    text-transform: uppercase;
    color: #d5ac63;
    letter-spacing: .25rem;
}

p {
    text-wrap: pretty;
}

a {
    color: #d5ac63;
}