body {
    background: linear-gradient(to right, #681e90, #a362c0);
    color: white;
    text-align: center;
}

.btn-store {
    background-color: green;
    color: white;
}

.btn-store:hover {
    background-color: rgb(93, 192, 93);
    color: white;
}

table {
    background: white;
    color: #681e90 ; 
}