html, body { 
  margin: 0; 
  background: #FFF; 
  font-family: Roboto, sans-serif; 
  color: #717274; 
  background: #F0FBFF; 
}

body {
  padding: 20px 0;
}

button:focus {
  outline: none;
}

h1 {
  color: #394e71;
}