@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
body {
     font-family: 'Open Sans', sans-serif;
}
section {
     height: 100vh;
     background: #2c56a0;
}
h1 {
     text-transform: uppercase;
}
a {
     font-weight: 300;
}
