body {
    background-color: white;
}

.space_between {
    display: flex;
    justify-content: space-evenly;
}

.footer_controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.icon_button {
    cursor: pointer;
}