.para {
 color: rgb(117, 0, 0);
 font-size: 14px;
font-family: "Roboto", Arial, Helvetica;
font-weight: 750;
margin-right: 16em;
text-align: justify;
letter-spacing: 2.5px;
}
body {

  background-color: aqua;

}
.hehe {
text-decoration: line-through;

}
.har {
text-decoration: overline;
text-transform: uppercase;
}
.ontheway {
text-decoration: double overline underline rgb(92, 60, 0);

}
.pizzaishere {
text-decoration: underline;
text-align: left ;

margin-right: 5em;
}










/* serif: generic serif fonts (like Times New Roman).
sans-serif: generic sans-serif fonts (like Arial or Helvetica).
monospace: generic monospaced fonts (like Courier New).
cursive: generic cursive fonts (for handwritten styles).
fantasy: generic fantasy fonts (for decorative styles). */
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  