.flex-all-center{
    display: flex;;
    justify-content: center;
    align-items: center;
}
.btn{
    padding: 5px 10px;
    color: white;
    background-color: #2874f0;
    border: 2px solid white;
    border-radius: 7px;
    cursor: pointer;
    

}
.btn:hover{
    color: wheat;
    font-weight:  bold;
}

.my-1{
    margin: 5px 0;
}

.my-2{
    margin: 26px 0;
}
.text-center{
    text-align: center;
}
