@charset "UTF-8";

body {
    background-color: antiquewhite;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
h1 {
    color:darkgreen;
}
h2 {
    color:sienna;
}
p {
    text-align:justify;
}