/* Ctrl+shift+r on site to force refresh and refelct these changes*/

body {
  background-color: #3D423E;
  color: white;
  font-family: Verdana;
  text-align: center;
}

p {
  color: black;
  font-family: Verdana; font-size:18px;
  text-align: center;
  margin-left: 250px;
  margin-right: 250px;
}


h1 {
  background-color: black;
  color: #3D423E;
  font-family: Verdana; font-size:50px;
  text-align: center;
}


h2 {
  color: black;
  font-family: Verdana; font-size:20px;
  text-align: center;
  margin-left: 200px;
  margin-right: 200px;
}

h3 {
  color: black;
  font-family: Verdana; font-size:20px;
  text-align: left;
  margin-left: 200px;
  margin-right: 200px;
}

a {
  background-color: #232623;
  color: black;
  font-family: Verdana; font-size:20px;
  text-align: center;
}