body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    padding: 16px;
    height: calc(100vh - 32px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo {
    display: block;
    margin: 20px auto;
    max-width: 240px;
    width: 100%;
    height: auto;
}

p {
    line-height: 1.1;
    margin: 0 0 8px 0;
}

a {
    text-decoration: none;
}
