#AddButton {
    background-color: #152C3E;
    color: white; 
    margin-top: 20px; 
    margin-bottom: 20px; 
    width: 30%;
}

#add-button-fixed {
    position: fixed;
    bottom: 10%;
    right: 10%;
    display: flex;
}

