@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap');

footer{
    gap: 1vh;  
    padding: 3vh; 
    background-color: rgb(85, 184, 215);
    text-transform: uppercase;
    min-height: 20vh;
    min-height: 20vh;
}

footer div  h6{
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.04rem;
    color:white;   
    text-align: center;
}
