.sideFlex {
    display: flex;
    align-items: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height:auto;
}
.dirFlexDown {
    display: flex;
    flex-direction: column;
}

.greyButton {
    border: solid rgb(168, 168, 168) 1px;
    border-radius: 3px;
    color: #000;
    padding: 3px;
    background: #dcdcf7;
    background: linear-gradient(180deg,rgba(220, 220, 247, 1) 0%, rgba(209, 209, 209, 1) 34%, rgba(220, 229, 230, 1) 58%, rgba(222, 222, 222, 1) 100%);
}