p {
    margin-top: 0px;
    margin-bottom: 0px;
}

body {
    font-family: Roboto, Arial; /* it is inherited by all the sub elements inside 'body' class */
    margin: 0px;
    padding-top: 80px;
    padding-left: 96px;
    padding-right: 24px;
    background-color: rgb(248, 248, 248);
    margin-bottom: 80px;
}