body {
    background-color: #f4f4f4;
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 50px;
}

h1 {
    color: #333;
}

p {
    color: #666;
    font-size: 18px;
}

.container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

a {
    color: #007BFF;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}
