
footer{
    /* background: linear-gradient(330deg, rgba(21,148,142,1) 0%, rgba(39,3,113,1) 100%); */
    padding: 0.8em 0.8em;
    margin:0 auto;
    color: white;
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   /* width: 45%; */
   font-size: 1rem;
}

.footer_main{
    font-weight: 400;
    display: flex;
    gap: 0.8rem;
    justify-content: space-evenly;
    /* align-content: baseline; */
    text-align: center;

}


