.flex-all-center {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
}

.btn {
    padding: 5px 10px;
    color: white;
    background-color: var(--main-bg-color);
    border: 2px solid black;
    border-radius: 7px;
    cursor: pointer;
}


.my-2 {
    margin: 26px 0;
}

.my-1 {
    margin: 5px 0;
}

.text-center {
    text-align: center;
}