body{
    border-color: rgb(138, 164, 212);
    font-family: 'Times New Roman', Times, serif;
}
h1{
    color: red;
    text-align: center;
    font-size: 30px;
}
p{
    color: rgb(51, 51, 104);
    font-size: 18px;
    text-align: justify;
}
img{
    width: 300px;
    border: 2px solid black;
}
ul.c{
    list-style-type: square;
    color: rgb(1, 165, 1);
}
table, th, td{ 
    border: 1px solid;
}
th{
    background-color: gray;
    text-align: center;
}
footer{
    text-align: center;
    color: gray;
    font-size: medium;
}