html,body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 auto;
}
h1,h2,h3,h4,p,a,label{
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

input{
  margin-left: 10px;
  padding: 5px 10px 5px 10px;
}

.container{
  width: 100%;
  display: table;
  margin-top: 25px;
}