.body {
    background: fixed;
    background-image: url("../Immagini_Cristiano_Montanari/background4.jpg");
    background-size: 100%;

}


.more_writing {
    color: red;
    font-family: roboto;
    font-size: 50px;
    text-align: center;
    font-style: italic; 
    font-weight: bold;
}

.intro {
    background-color: blueviolet;
    color:white;
    border-style: groove;
    border-width: 10px;
    padding: 10px;
    font-family: roboto;
    font-size: 18px;
    text-align: justify;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
}

.link1 {
    font-style: italic;
}

.link1:hover {
    font-style: italic;
    color:rgb(43, 208, 226);
}

.link1:visited {
    font-style: italic;
    color:rgb(26, 246, 6);
}

.tabletitle1 {
    background-color: blueviolet;
    font-family: roboto;
    border: 1px dashed white;
    border-collapse: collapse;
    padding-right: 250px;
}

.table1 {
    background-color: aqua;
    font-family: roboto;
    border: 1px dashed white;
    border-collapse: collapse;
    padding-right: 250px;
}

.table2 {
    margin-left: 70px;
}

.footer {
    color: red;
    font-family: roboto;
    font-size: 10px;
    text-align: center;
    font-style: italic; 
    font-weight: bold;
}

.topnav {
    background-color: blueviolet;
    border-style: inset;
    border-color:black;
    padding: 5px;
}

.topnav1 {
    display: inline-block;
    margin-left: 55px;
    margin-right: 55px;
    font-family: roboto;
    font-weight: bold;
    border-style: double;
    background-color: chocolate;
    padding: 2px;
    column-gap: 50px;
}
