* {
    font-family: sans-serif;
    color: rgb(118,46,66)
}

body {
    background-color: rgb(247, 244, 243)
    }

p {
        font-size: 12pt;
        line-height: 18pt;
    }

main {
        width: 40%;
        margin:auto 
    }