.fixed_top_button {
    position: fixed;
    top: 50px;
    padding: 8px;
    background-color: white;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    margin-left: -24px;
    border-bottom: 1px solid #00c0ef;
}