.method-logo {
    max-width: 280px;
    width: 100%;
}

.bg-purple {
    background-color: var(--mm-purple)
}

.main-body-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */

}