/*selector {
  property: value;
}*/

h1
{
  color: white;
  font-size: 80px;
  font-family: "Fjalla One", sans-serif;
border: solid black 2px;
  background: blue;
  padding:10px;
    margin: 10px;
  
h2
{color: #CF7C24;
  font-size: 60px;
	font-family: 'Teko', sans-serif;
  text-decoration: underline blue dashed 5px}

p
{
  color: rgb(22, 115, 232) ;
	font-size: 20px;
  font-family: 'Dancing Script', cursive;
}