
body {
    font-family: arial, sans-serif;
    color: #555;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
}

a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted;
}
a:hover {
    border-bottom-style: solid;
}

.container {
    width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .container {
        width: auto;
        padding: 0 20px;
    }
}

.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}

.btn {
  display: inline-block;
  padding: 18px 15px;
  background: #6B79A8;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px rgba(100, 100, 100, .2);
  outline: none;
  cursor: pointer;
}
.btn:hover {
  background: #51629B;
}

.center {
  text-align: center;
}

#forkme {
  position: absolute;
  top: 0;
  right: 0;
  width: 149px;
  height: 149px;
  background: url(../img/forkme.png) no-repeat;
  z-index: 1000;
  border: 0;
}

#header {
  text-align: center;
  background: #6B79A8;
  color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
  #header .brand {
    display: block;
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 30px;
    border: 0;
    color: #fff;
  }
  #header .subtitle {
    font-size: 30px;
    font-weight: bold;
    display: block;
  }

#content {
  padding: 20px;
  min-height: 300px;
}

#footer {
  background: #6B79A8;
  padding: 20px 0;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
  #footer p {
    margin: 0 0 4px;
  }