.body {
    background: fixed;
    background-image: url("../Immagini_Cristiano_Montanari/background4.png");
    background-size: 100%;

}

.hr {
    margin-top: 20px;
}


.doujinshi{
    color: red;
    font-family: roboto;
    font-size: 50px;
    text-align: center;
    font-style: italic; 
    font-weight: bold;
}

.image1 {
    display:block;
    width: 400px;
    border-style: double;
    border-width: 10px;
    border-color: white;
    margin:auto;
}

.figcaption {
    color:red;
    text-align: center;
}

.blurb {
    font-family: roboto;
    color: black;
    background-color: coral;
    border-style: solid;
    padding: 10px;
    text-align: justify;
}

.lista1 {
    font-family: roboto;
    color: black;
    background-color: coral;
    border-style: solid;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.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;
}
