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

.title {
    margin-bottom: 1rem;
}

.return {
    color: var(--accent);
}