/* google font */

.header {
  width: 100%;
  height: 100px;
  font-size: 50px;
  line-height: 100px;
  text-transform: uppercase;
  font-weight: bold;
}

.nav {
  width: 100%;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  background: #ff5252;
  color: #fff;
  position: relative;
  margin-bottom: -60px;
  z-index: 3;
  text-transform: uppercase;
}



.sticky {
  position: fixed;
  top: 0;
}

p {
  line-height: 2;
}