@import url("./variables.css");

.footer {
    width: 100%;
    height: fit-content;

    background-color: #f2b2b6;

    margin: 0;
    padding: 0;
}

.footer img {
    display: block;
}

.footer .content {
    
    background-color:#e9949b;
    width: 100%;
    height: fit-content;
    min-height: 4rem;

    padding-top: 1rem;
    padding-bottom: 1rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 0.3rem;
}

.footer .content .copyright-notice {
    font-weight: 300;
    font-size: 0.9rem;
}

.footer hr {
    width: 80%;
    border-color: black;
}
