﻿.box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:nowrap;
}

.searchbox-flex {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: space-around;
}

.flex-margin {
    text-align: center;
    margin-inline: 5px;
}
