@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background-color: #000;
  color: #252525;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center; 
}

h1 {
  font-size: 6rem;
}

