.footer{
    height: 3rem;
    width: 100%;
    background-color: black;
    color: white;    
    font-family: 'Anuphan', sans-serif;
    padding: 1rem;
}

.footer h6{
    font-size: .7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(163, 166, 168);
  
}
