footer {
    background-color: #462778;
    color: #F4F4F4;
    padding: 20px;
    text-align: center;
    margin-top: 70px;
}   

footer img {
    width: 50px;
    padding: 5px;
}

footer a {
    color: #F4F4F4;
    text-decoration: none;
    font-family: "citrine-variable",sans-serif;
    font-weight: 700;
}

footer a:hover {
    color: #FFD700;
    text-decoration: underline;
}

footer p {
    text-align: center;
    font-size: 85%;
}

footer h1 {
    color: #F4F4F4;
    text-align: center;
    margin: 10px 0 30px 0;
}

.adres {
    line-height: 1.0;
    font-size: 100%;
}