/*
Makes the unsubscribe page more focused and centered.
*/

body {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.container {
    max-width: 400px;
    text-align: center;
}

.back-link {
    margin-top: 2rem;
    font-size: 0.9rem;
}
