.header {
    background: rgb(33, 231, 79);
    background: linear-gradient(90deg, rgba(31 120 50) 0%, rgba(33, 231, 79) 35%, rgba(31 120 50) 100%);
}

.footer {
    background: rgb(60, 179, 113);
   background: linear-gradient(90deg, rgba(31 120 50) 0%, rgba(31 120 50) 35%, rgba(31 120 50) 100%);
}