body{
  /*font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: white;
  letter-spacing: 1px;
}

section{
  width: 100%;
  height: 100%;
  background-color: white;
}
p{
  line-height: 1.8;
  margin: 10px;
  padding: 10px;
}
li{
  padding: 5px;
}
h1{
  font-family: 'Courier New', Courier, monospace;
  font-size: 3em;
  color:teal;
  font-weight:lighter; 
  border-bottom: 1px solid #cccccc;
  margin: 10px;
  padding: 10px;
  text-shadow: 2px 2px 2px #444242;
}
h1.name-card{
  text-shadow: none;
}
h2{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color:white;
  font-weight: lighter;
  margin: 10px;
  padding: 10px;
}
h3{
  color:teal;
  font-family: 'Courier New', Courier, monospace;
  font-size: 2em;
  font-weight: lighter;
  margin: 10px;
  padding: 10px;
}

input[type=button]{
  width: 150px;
  color: white;
  border-radius: 10px;
  background-color:rgb(72, 72, 110);
  padding: 10px;
  font-family: inherit;
}

input[type=button]:hover{
  opacity: 50%;
}

.align-center{
  margin: auto;
  display: block;

}




