@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    font-family: 'Spartan', sans-serif;
    color: #666;
    background-color: #FFF;
    font-weight: 500;
    font-size: 0.8rem;
    text-align: center;
    line-height: 250%;
}

.txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.contactos {
    margin-top: 0px;
}
.morada {
    margin-bottom: 0px;
}

h2 {
    font-weight: 400;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #cccccc;
}

@media (min-width: 768px) {
    body {
        margin-top: 200px;
    }
    .txt {
        margin-top: 30px;
    }
}

