.Logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* <-- GANZE BREITE */
    max-height: 15em;
    margin-bottom: 1em;
}

.Logo img {
    width: auto;
    max-height: 15em;
    object-fit: contain;
    border-radius: 10px;
}

.donateArea h3{
    margin: 0;
}

footer a{
    text-decoration: none;
    color: whitesmoke;
}

footer a:hover{
    color: #7bece5;
}

footer a:active{
    color: #4fc6ca;
}