body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 3em;
    margin-bottom: 20px;
}

a {
    color: blue;
    text-decoration: none;
}