body {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 50px;
    background-color: #f8f9fa;
    color: #333333;
}

h1 {
    color: #d13d38;
    font-size: 48px;
}

p {
    font-size: 18px;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}