p {
  margin-top: 0px;
  margin-bottom: 0px
}
body{
  /* this is style below will be inherited*/
  margin: 0;
  padding-top: 80px;
  padding-bottom: 1000px;
  padding-left: 96px;
  padding-right: 24px;
  background-color: rgb(248, 248, 248);
  font-family: Roboto, Arial;
}
@media(min-width:1200.1px){
  body{
    padding-left: 255px;
  }
}