.footer {
    height: fit-content;
    width: 100%;
    background-image: url('./img/grey-background.svg');
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    color: white;
}

.footertop {
    height: 25px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 10px;
}

.footertop img {
    height: 100%;
}

.footerbottom {
    font-family: "Inter", sans-serif;
    font-size: 10px;
    font-weight: 300;
    margin: 0;
    height: 50%;
}

@media screen and (max-width:414px) {

.footer {
    padding: 30px 24px;
}

}

@media screen and (min-width:415px) and (max-width:789px) {

.footer {
    padding: 30px 40px;
}

}

@media screen and (min-width:790px) { 

.footer {
    padding: 40px 80px;
}

}

@media (hover: hover) and (pointer: fine) {

}