.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #707072;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
    color: #eae3e3;
}
div p{
    text-decoration-style: double;
    font-size: 15px;
}
p{
    font-size: 10px;
}

