@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    font-family: Poppins;
}

.footer {
    margin-top: auto;
    flex-shrink: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
}

.footer img {
    width: 18rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer button {
    transition: all 0.5s;
    cursor: pointer;
}

.footer p {
    margin-top: 0.5rem; 
    margin-bottom: 0.5rem;
}

.footer-pdf {
    padding-bottom: 2rem;
}

.footer-pdf a {
    text-decoration: none;
    color: inherit;
    font-size: 0.9rem;
}

.footer-pdf a:hover {
    font-weight: bold;
}
