html, body{
  height: 100%;
}

body{
  background-color: #f8f8f8;
  margin          : 0;
  padding         : 0;
  font            : 16px/1.5 'Open Sans',sans-serif;
  display         : flex;
  flex-direction  : column;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li{
  margin:0;
  padding: 0;
}

a{
  text-decoration: none;
}

input,select,textarea{
  font              : 16px/1.5 'Open Sans',sans-serif;
  line-height       : 1em;
  background-size   : 24px;
  border            : solid #EEE 1px;
  border-radius     : 5px;
  font-size         : 16px;
  outline           : none;
  box-sizing        : border-box;
  padding           : 0.25em 0.25em;
  line-height       : 1.5em;
  max-width         : 100%;
}

textarea{
  resize:vertical;
  min-height: 100px;
  max-height: 300px;
}

option{
  border: solid #EEE 1px;
}

.container{
  max-width         : 1200px;
  margin-left       : auto;
  margin-right      : auto;
  padding           : 0px 20px;
}