body{
   background-color:rgb(228, 205, 236) ;
}

h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:rgb(134, 14, 214);
    font-size: 32px;
    text-align: center;
}

h2{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:rgb(124, 73, 153);
   }

p{
    font-family: 'Courier New', Courier, monospace;
    color:rgb(1, 105, 153);
   
}

thead{
    font-family: 'Courier New', Courier, monospace;
    color:rgb(35, 3, 212);
}

table{
    color:rgb(7, 72, 102);
    width: 80%;
    margin: 20px auto;
    font-size: 14px;
    background-color: rgb(206, 211, 243);
}

img{
    border: 10px solid rgb(147, 147, 148);
    margin: 0 center;
}

li{
    color:rgb(24, 7, 102);
    font-family: 'Courier New', Courier, monospace;
}

