html {
    font-family: system-ui, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

section {
    margin-bottom: 30px;
}

.section-content {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}

.errors {
    color: red;
    margin-top: 20px;
    text-align: center;
}

.section-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-transform: capitalize;
}

.to-center {
    justify-content: center;
    align-items: center;
    text-align: center;
}