.body {
    background: fixed;
    background-image: url(../Immagini_Cristiano_Montanari/background4.png);
    background-size: 100%;

}

.hr {
    margin-top: 20px;
}


.pfp {
    display:block;
    width: 300px;
    border-style: double;
    border-width: 10px;
    border-color: white;
    margin:auto;
}

.figcaption {
    color:red;
    text-align: center;
}


.bio {
    border-style: inset;
    background-color: cadetblue;
    font-family: roboto;
    color: white;
    padding: 10px;
    font-size: 18px;
}

.list1 {
    border-style: ridge;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: armenian;
    font-family: roboto;
    font-size: 18px;
    color: white;
    background-color: brown;
    text-align: justify;
}

.footer {
    color: red;
    font-family: roboto;
    font-size: 10px;
    text-align: center;
    font-style: italic; 
    font-weight: bold;
}

.who_am_I {
    color: red;
    font-family: roboto;
    font-size: 50px;
    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;
}



