/* h1 style */
h1 {color:blue;
font-size: 12px;
}
/* h2 style */
h2 {font-size: 30px;
text-align: center;
  background-color: rgba(120, 120, 120, 0.5);
border-radius: 24px;
font-family: papyrus;
color: darkred;
}
/* description style */
.description {color:red;
  font-size: 48px;
  font-family: papyrus;
}
/* table style */
.table {font-size: 24px;
  background-color: rgba(100, 100, 100, 0.8);
  text-align: center;
}
/* bg image */
body {background-image: url("https://upload.wikimedia.org/wikipedia/commons/a/a3/Eq_it-na_pizza-margherita_sep2005_sml.jpg");
}
/* email style */
.email {text-align: center;
font-size: 24px;
  background-color: rgba(120, 120, 120, 0.5);
border-radius: 24px;
font-family: garamond;}
/* file text alignment */
.file {text-align: center;}