@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
  margin: 0;
  background-color: #cedbdd;
  font-family: 'Open Sans', sans-serif;
}
.container {
  width: 528px;
  margin: auto;
}
.container n {
  color: #cedbdd;
}
.container header {
  width: 528px;
  height: 126px;
  background-color: #141c4c;
}
.container header .header_content {
  width: 425px;
  height: 58px;
  margin: auto;
  position: relative;
  top: 30px;
}
.container header .header_content .hash {
  color: black;
  font-size: 4em;
  float: left;
  margin: 0;
  opacity: 0.31;
  margin-top: -8px;
}
.container header .header_content .hash:hover {
  opacity: 1;
}
.container header .header_content .logo {
  width: 56px;
  height: 58px;
  margin-left: 100px;
  margin-right: 30px;
  background: url('logo.png') no-repeat;
  float: left;
}
.container header .header_content .description {
  margin: 0;
  color: white;
  width: 140px;
  float: left;
}
.container header .header_content .description li {
  list-style: none;
}
.container header .header_content .description li:nth-child(1) {
  font-weight: bold;
}
.gallery h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.gallery h2 a {
  text-decoration: none;
  color: #9fb8c7;
}
.gallery h2 a:hover {
  text-decoration: underline;
}
.gallery img {
  width: 524px;
}
