body {
    background-color: #ebecee;
    font-size: 1rem;
    line-height: 1.5em;
    color: #333333;
}

section {
    padding-top: 1rem;
}

.container {
    max-width: 450px;
}

.header {
    background-color: #fff;
    padding: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2px;
}

.content {
    box-shadow: 0 24px 48px rgb(230 235 245 / 40%);
    background-color: #fff;
    padding: 1.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

