body {
  width: 1200;
  margin-right: auto;
  margin-left: auto;
  font-family: sans-serif;
  background-color: #25282D;
  background-image:
  -webkit-gradient(linear, 0 0, 100% 0,
    color-stop(.5, #272a30),
    color-stop(.5, transparent),
    to(transparent));
  -webkit-background-size: 10px;

}

.header{
  background-color: #121b20;
  height: 630px;
  padding: 30px 0px;
  box-shadow: 1px 1px 20px #121b20;
}
.header-logo{
  margin: 60px 0px 60px 60px;
  color: #8aa0bb;
  font-family: ;
}
.header-logo p{
  background-color: ;
  color: #3660aa;
}
.header-list{
  text-align: center;
}

.main{
  height: 2800px;
  background-color: #121b20;
    box-shadow: 1px 1px 20px #121b20;
  color: #fafafa;
}
.contents{
  width: 78%;
  height: 100%;
  float: right;
  margin-right: 55px;
  background-color: #1e282f;
  color: #dddddd;
}

.contents-item{
  margin: 60px 60px 60px 20px;
  padding-bottom: 20px;
  background-color: ;
  border-bottom: 1px solid gray;
}
.contents-item h2{
  margin-left: 10px;
}
.contents-item p{
  margin-left: 50px;
  line-height: 40px;
  font-size: 18px;
}

.sidebar{
  float: left;
  width: 200px;
  height: 1000px;
  background-color: #121b20;
  font-size: 15px;
}
.sidebar p{
  text-align: center;
  color: #dddddd;
}
.sidebar li{
  list-style: none;
  padding: 20px 0px;
}

a:link{
  color: #8aa0bb;
}
a:visited{
  color: #8aa0bb;
}
a:hover{
  color: #3660aa;
}
a:active{
  color: ;
}


.footer{
  background-color: #121b20;
  height: 100px;
  padding: 30px 60px;
    box-shadow: 1px 1px 20px #121b20;
}
