@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300|Montserrat:400,700|Lobster);
body{
    background: #2c3e50;
  font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
  font-size: 30px;
  color: #0C141C;
}
.title {
  text-shadow: 0px 1px #1B2630,
               0px 2px #1B2630,
               0px 3px #1B2630,
               0px 4px #1B2630,
               0px 5px #1B2630,
               0px 6px #1B2630,
               0px 7px #1B2630,
               0px 8px #1B2630,
               0px 9px #1B2630,
               0px 10px #1B2630,
               0px 11px #1B2630;
  font-size: 70px;
  color: #fff;
  margin-bottom: 30px;
}
.b{
  width: 600px;
  height: 4px;
  background: #1B2630;
  box-shadow: 0px 0.2px #fff;
  margin: 0 auto;
  margin-top: 10px;
}
.shad {
  width: 600px;
  height: 8px;
  margin: 0 auto;
  margin-top: -6px;
  margin-bottom: 10px;
 box-shadow: 100px 0px 30px -12px #2c3e50 inset, -100px 0px 30px -12px #2c3e50 inset;
}
a {
  display: inline-block;
  color: #567087;
  text-decoration: none;
  border-bottom: 2px solid #2c3e50;
  transition: all .1s ease;
}
a:hover {
  border-bottom: 2px solid #567087;
}
.footer {
  font-family: monospace;
  font-size: 14px;
  font-weight: 700;
}
