body{
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;    
    margin: auto 0;

}
.content{
margin: 10%;
}

ul, li{
    list-style: none;
}
.footer, .footer p{
    width: auto;
    margin-top: auto;
    color: black;
    padding: 5px;
    background-color: rgba(249, 250, 251, 1);
    text-align: center;
 
}

.footer a{
    text-decoration: underline;
    background-color: #fafbfc;
    color: black;

}