#searches {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.search > * {
    scale: 1.4;
}
