body {
 background-color: black;
}

p {
 color: white;
 font-size: 14px;
 font-family: verdana;
 text-align: left;
}

h2{
	color: white;
	font-size: 32px;
}


h1 {
 background-color: orange;
 color: black;
 font-size: 32px;
 font-family: arial;
 text-align: center;
}

h2 {
 color: white;
 font-size: 32px;
 font-family: verdana;
 text-align: left;
}
html {
  scroll-behavior: smooth;
}