
body{
    /* background: linear-gradient(125deg, #e0ffe0 0%, #ccf2ff 100%); */
    background-image:linear-gradient(rgba(255, 183, 77, 0.3), rgba(255, 138, 101, 0.3)),
    url('https://images.unsplash.com/photo-1519389950473-47ba0277781c?auto=format&fit=crop&w=1920&q=80');
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
    color: #1e1e2f ;
    scroll-behavior: smooth;
}


.heading{
    font-size: 2rem;
    font-weight: 800;
    margin-top: 3.5rem;
    color: #1A237E;

}

.add{
    height: 1.5rem;
    padding: 0.5rem;
    width: 22rem;
    border-radius: 12px;
    border: #1e1e2f ;
    font-size: 1rem;
    padding-left: 1rem;
}

#btn1{
    height: 3rem;
    margin-top: 1rem;
    
}
