/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: "Times new roman", sans-serif;
    font-weight: bold;
}

h2 {
    text-align: center;

}

p  {
    text-align: left;
    color:blueviolet;

}

body {

     background-color: blanchedalmond;
}

ul{text-align: center ;
}




