footer {
    display: block;
    position: absolute;
    background-color: white;
    text-align: center;
    width: 100%;
    height: 40px;
}

footer p{
    margin-top: 10px;
    font-size: 12px;
}

.footer-container {
    display: flex;
    margin-bottom: 20px;
}