

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400&display=swap');




footer{
    background: rgb(0, 170, 255);
    height: 45px;
    margin: auto;
    padding: 2px;
    max-height: 90%;
    max-width: 100%;
}
footer p{
    color: white;
   padding-bottom: 5px;
    font-family: montserrat;
    font-size: 14px;
   margin-left: 20px;
 padding: 3px;
 max-height: 90%;
    text-align: left;
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
   align-self: auto;
   
}
