@charset "UTF-8";
html {background-color: rgb(250, 234, 234); font-family: Arial, Helvetica, sans-serif;}
section {
    width: 900px;
    background-color: rgb(177, 177, 177);
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: justify;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.322);
}
section.bo {border-radius: 20px 20px 0px 0px;}
section.to {border-radius: 0px 0px 20px 20px;}
div {padding: 10px; display: flex; justify-content: center;}
div.img {padding: 10px; display: flex; justify-content: center; flex-direction: column;}
h1 {text-align: center; color: bisque; font-size: 2em;}
p {color: rgb(240, 240, 240); text-align: justify; font-size:1.1em}
p#a {color: #044999e7;}
img.au {width: 650px; margin: 5px; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.322);}
img#i1 {height: 270px;}
img#i2 {height: 360px;}
img#i3 {height: 400px;}
img#i4 {height: 380px;}
u {color: #044999e7; text-decoration-style: double;}
span {color: #772403b9;}
span.a {color: #044999e7;}
span.v {color: rgb(7, 77, 7);}
span.cv {color: rgb(150, 16, 16);}
span.r {color: blueviolet;}
span.c {color: rgb(141, 141, 141);}
nav {padding: 10px; display: flex; justify-content: center;}
b {font: arial narrow; color: rgb(122, 89, 5);}
i {font: arial narrow; color: #044999e7;}
i.i {font-size: 0.8em;}