body {
  color:#796C66;
  text-align:center;
  background:#E7FFF2;
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font: normal normal normal x-small/1.8 Verdana,sans-serif;
margin:0;
}

#wrapper {
  display:flex;
  flex-direction:column;
  width:850px;
  margin:20px auto 20px auto;
  padding:0px 0px;
  text-align:left;
  border:2px solid #200F15;
  background:#FFFFFF;
}

.title {
  color:#D0C1AA;
  display:inline;
  font-weight:normal;
  font-size: 1rem;
}

#header {
  text-align:center;
  
  margin-left:auto;
  margin-right:auto;
}

#main {
  display:flex;
}

#first {
  width:64%;
  padding:0px 20px 50px 20px;
  float:left;
}

#secon {
  width: 20%;
  padding:0px 20px 0px 10px;
  float:right;
  color:#D0C1AA;
}

#secon p{
  margin: 5%;
  margin-left: 0px;
}

#jp {
  padding:0px 0px 0px 0px;
  margin-right:1%;
}

#footer {
  color:#D0C1AA;
  width: 100%;
  text-align:center;
}

.sub p{
  margin-bottom: 20px;
  padding: 2px 0px 2px 10px;
  border-left: 5px solid #FF2B39;
}

.subtext p{
  text-indent:0rem;
  color:#D0C1AA;
  margin: 0;
}

.banner {
  width:100%;
  border:2px solid #200F15;
}

.link {
  color:#796C66;
  transition: color 0.2s ease, transform 0.2s ease;
  display:inline-block;
}

a:hover{
  color:#A1BECF;
  transform: translate(1px, 1px);
}
