body {
  background-color:#0f0f0f;
  margin: 0px;
}

#logo {
  margin-top:30px;
  margin-bottom: 30px;
}

.button {
  width: 450px;
  float: left;
  margin-bottom: 30px;
  margin-top: 40px;
  text-align: center;
}

.button a {
border: none;
 text-decoration: none;
  font-family: Georgia;
 font-size: 24px;
 color: #e2e2e2;
 font-style: italic;
 letter-spacing: 2px;
 border-bottom: 1px solid #e2e2e2;

}

.container {
  width: 900px;
  border: none;
  margin: 0 auto;
}

#logo a img {
text-decoration: none;
border: none;
}