p { 
    line-height: 25px;
    margin-bottom: 40px;
    background-color: rgb(142, 154, 98);
    padding: 20px;
    border-radius: 30px;

   
}
body {
    background-color: rgb(248, 255, 244);
    margin-right: 15%;
    margin-left: 15%;
    text-align: center;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}