.body {
    background:fixed;
    background-image: url("../Immagini_Cristiano_Montanari/background3.png");
    background-repeat: repeat;

}

.hr {
    margin-top: 20px;
}

.footer {
    color: red;
    font-family: roboto;
    font-size: 10px;
    text-align: center;
    font-style: italic; 
    font-weight: bold;
}

.my_novel {
    color: whitesmoke;
    font-family: kapakana;
    font-size: 100px;
    text-align: center;
    font-style: oblique; 
    font-weight: bold;
}

.bookcover {
    display: block;
    width: 500px;
    margin: auto;
    border-style: groove;
    border-width: 10px;
    padding: 6px;
}

.blurb {
    color:white;
    font-family: roboto;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
    border-style: inset;
    border-width: 10px;
    background-color: rgb(144, 40, 2);
    padding-left: 5px;
    padding-right: 5px;
    
}

.explanation {
    color:white;
    font-family: roboto;
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: justify;
    border-style: inset;
    border-width: 10px;
    background-color: rgb(144, 40, 2);
    padding-left: 5px;
    padding-right: 5px;
}

.button {
    background-color: white;
    font-family: roboto;
    font-size: 18px;
    color: red;
    width: 200px;
    height: 50px;
    border-radius: 100px;
}

.button:hover {
    background-color: rgb(16, 38, 200);
    font-family: roboto;
    font-size: 18px;
    color: red;
    width: 200px;
    height: 50px;
    border-radius: 100px;
}

.buttonbox {
    margin-top: 30px;
    margin-left: 630px;
}

.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;
}
