.navbar {
    background-color: #ff696e;
}

.h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 10px;
}

.img {
    text-align: center;
}

#presentazione {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}

body {
    background-color: #EBCDCB;
}

.footer {
    background-color: white;
    text-align: center;
    margin-top: 30px;

}

.container-footer {
    background-color: #ff696e;
}

.container-footer1 {
    background-color: white;
}

#architettura {
    background-image: url('../immagini/architettura.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.text-center1 {
    background-color: rgb(207, 234, 243);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 1);
    margin-top: 50px;
    margin-bottom: 50px;
}

.titolini{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.testo{
    font-family: 'Times New Roman', Times, serif;
}