
.navbar {
    background-color: #ff696e;
}

.h1 {
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-top: 10px;
}

#presentazione {
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
}

body {
    background-color: #EBCDCB;
    height: 100vh; /*altezza della finestra del browser (viewport height)*/
    display: flex;
    flex-direction: column;
}
.container {
    margin-bottom: 50px;
}
.footer {
    background-color: #ff696e;
    text-align: center;
    padding: 20px;
    margin-top: auto;
    color: black;
    
}
.footer1{
    text-align: center;
    background-color: white;
    padding: 20px;
}

.link {
    color: black;
}

#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;
}