body {
    background-color: Cornsilk;
    font-family: "Times New Roman";
}

h1 {
    text-align:center; 
}

hr{
    margin-top:20px;
    margin-bottom:20px;
    border:0.4;
    border-top:1px solid#eee;
    height:0.4;
    box-sizing:content-box;
}

