.button{
    width: 150px;
    height: 30px;
    border: 1px solid black;
    background-color: bisque;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.flex_container{
    display: flex;
}