.foot{
    height: 8rem;
    width: 100%;
    background-color: #f1f1f1;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 90%;
}
.foot p a{
    color: #686868;
    text-decoration: none;
    font-size: .8rem;
}
.foot a:hover{
    color: #07a3eb;
}
