body{
font-family:Poppins;
background:#f1f5f9;
}

.header{
background:linear-gradient(135deg,#00b14f,#00d084);
color:white;
padding:20px;
border-radius:0 0 20px 20px;
}

button{
background:#00b14f;
color:white;
border:none;
padding:10px;
border-radius:10px;
margin:5px;
}