/* google font */
@import url(https://fonts.googleapis.com/css?family=Montserrat);
body {
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

.header {
  width: 100%;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
  text-transform: uppercase;
  font-weight: bold;
}

.nav {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  background: #000099;
  color: #fff;
  position: relative;
  margin-bottom: -60px;
  z-index: 3;
  text-transform: uppercase;
}

.content {
  width: 640px;
  height: 50vh;
  font-size: 16px;
  padding-top: 100px;
  margin: 0 auto 0;
}

.sticky {
  position: fixed;
  top: 0;
}

p {
  line-height: 2;
}