
body {
  background: #222;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
}

header {
  width: 100%;
  padding: 60px 0;
  background: #16A085;
  background: linear-gradient(to top right, #060628, #1F245A, #682359);
  border-bottom: 3px solid #e1e1e1;
  /* animation magic */
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 9999;
  top: 0;
  position: fixed;
  color:#fff;
}

header h1 {
  font-size: 30px;
  text-indent: 40px;
  font-weight: bold;
  text-align:center;
}

.container {
  width: 60%;
  margin: 180px auto;
  font-size:16px;
  line-height:1.8;
}

.shrink { padding: 20px 0; }

p {
  margin: 0 0 40px 0;
  line-height: 24px;
}

strong { font-weight: bold; }
