.className
{
  color: green;
  font-weight: bold;
}

#opener {
  background-color: black;
  color:white;
  text-align: center;
}
p
{
	font-family: 'Roboto', sans-serif;
	/* Used to change the font style to italic */
	font-style: italic;
	/* Used to change the font weight, from light to bold, or 0 - 1000
	font-weight: bold;*/  
  color: blue;
}

h1
{
  text-decoration: overline blue solid 4px;
  color: white;
  padding-left: 20px;
 	padding-bottom: 45px;
  padding-top: 15px;
  padding-right: 20px;
  margin: 100px;
  background-color: blue
}

h2
{
  text-decoration: underline green dashed 2px; 
  color: rgb(18, 225 , 238);}
h3 {
  text-decoration: line-through red wavy 2px;
  color: pink;
}