



* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
}
section button {
  margin: 0 auto;
  font-size:50px;
  padding:19px;
  
  font-family: 'Open Sans', sans-serif;
  font-weight:200;
  font-size:24px;
  
  
  display: block;
  background-color: #1e1e1e;
  border: 1px solid transparent;
  color: #ffffff;
  font-weight: 300;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section button:hover {
  background-color: #112563;
  color: #ffffff;
  border-color: #1e1e1e;
}
