@charset "UTF-8";
html {background-color: beige; font-family: Arial, Helvetica, sans-serif;}
section {width: 900px; background-color: rgb(128, 128, 128); margin: auto; padding: 10px; border-radius: 20px; box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); margin-top: 10px; margin-bottom: 10px;}
div {text-align: center;}
h1 {color: rgb(74, 78, 67); text-align: center; font-size: 1.4em;}
p {color: antiquewhite; text-align: justify;}
p#a {text-align: center;}
img.ideal {width: 650px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);}
u {color: #044999e7; text-decoration-style: double;}
i.e {font-size: 0.9em;}
span.a {color: #044999e7;}
span.v {color: rgb(4, 97, 4);}
span.r {color: darkred;}
span.m {color: rgb(128, 74, 21);}
span.c {color: rgb(201, 200, 200);}
span.p {color: rgb(127, 51, 197);}
span.d {color: rgb(221, 199, 4);}
