body{
    background-color: rgb(124, 124, 114);
    line-height: 1.5;
    font-family: sans-serif;
    text-align: justify;
    margin:2em;
    
    color:rgb(161, 65, 65);
    border: solid 1px;
}

h2{
    text-align: center;
    color:rgb(0, 0, 0)
}