@import url(./eucr-screen.css);


main {
    margin-top: 15px;
}


header {
    display: none;  
}

footer>div>div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    text-align: right!important;
}

footer div div p:nth-child(1),
footer div div p:nth-child(2) {
    display: none;
}

footer div div p:nth-child(3),
footer div div p:nth-child(4) {
    margin-right: 5px;
    margin-top: 5px;
}

.logo-footer {
    height: 22px;
    width: 93px;
}

@media (max-width: 576px) {
    footer>div>div {
        font-size: 10px;
    }

    footer div div p:nth-child(3) {
        margin-top: 0;
    }

    .logo-footer {
        width: 50px;
    }
}