.card {
    background-color: var(--background-light);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
    padding: 20px 16px;

    .box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}