html, body {
    height: 100%;
}
body {
    background-color: rgb(224, 218, 209);
    border-width: 10px;
    border-style: solid;
    border-color:rgb(148, 29, 29);
    border-top-style: groove;
    border-left-width: 2.5px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;    
}
h1{
    text-align: center;
}
p{
    color: black;
    font-weight: bolder;
    border-bottom: 5px solid rgb(82, 5, 5);
    background-color:rosybrown;
    text-align: right;
}
div{
    background-color: seashell;
    border:1px solid black;
    height:100px;
    width:50%;
}
img {
    max-width: 50%;

}
div h1{
    font-weight: normal;
    font-size: 25px;
    text-align: center;
    text-decoration: underline overline solid darkblue;
}
ul{
    list-style-type: square;
}