body {
    font-family: Arial, sans-serif;
    text-align: center;
    background: linear-gradient(to bottom, #f73e3a, #d3eeb0);
    color: #000000;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    font-size: 5em;
    margin: 0.5em 0;
}

p {
    font-size: 2em;
    margin-bottom: 1em;
}

.hide-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff4500;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
}
