* {
    
    font-family:'Times New Roman', Times, serif
}

hr {
    color:rgb(160, 136, 15)
}

main {
    width:87%;
    text-align:center;
}

body {
    background-color:rgb(235, 215, 175);
    color:rgb(65, 55, 2);
    font-size: 19px;
}


footer {
    width:60%;
    line-height: 29px;
}

dt {
font-weight:bold;
}