@charset "UTF-8";

body{
    background-color: rgb(220, 238, 202);
    font-family: Arial, Helvetica, sans-serif;
}

h1{
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgb(0, 34, 10);
}

h1#principal{
    text-align: center;
}

h2{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: rgb(67, 87, 62);
}