.icon-button {
    text-align: center;
    color: white;
    background-color: #ff5757;
    border-radius: 0;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;     /* Vertical centering */
    justify-content: center;
    font-size: 21px;
}

.fixed-menu-button {
    z-index: 3;
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    color: white;
    background-color: #ff5757;
    border-radius: 0;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;     /* Vertical centering */
    justify-content: center;
    font-size: 21px;
}

.search-bar-button {
    text-align: center;
    display: flex;
    border: none;
    align-items: center;     /* Vertical centering */
    justify-content: center;
    background-color: #ff5757;
    min-width: auto;
    max-width: 25px;
    min-height: auto;
    max-height: 25px;
    position: relative;
    inset: 0% auto auto -15%;
}

.warning-button {
    color: white;
    font-size: 24px;
    background-color: #FFD700;
    border-radius: 15px;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;     /* Vertical centering */
    justify-content: center;
}

.large-icon-anchor {
    padding: 4px;
    width:40px;
    height:40px;
    background:#ff5757;
    border:none;
}

.icon-anchor {
    test-align: center;
    display: flex;
    align-items: center;     /* Vertical centering */
    justify-content: center;
    width: 30px;
    height: 30px;
    background:#ff5757;
    border:none;
}

.scanner-anchor {
    align-self: center;
    test-align: center;
    display: flex;
    align-items: center;     /* Vertical centering */
    justify-content: center;
    width: 35px;
    height: 35px;
    background:#ff5757;
    border:none;
}