body {
  background-color: white;
  letter-spacing: 1px;
}

#body {
  max-width: 918px;
  height: 957px;
  margin: 0 auto;
  background: black url(goban.svg) no-repeat;
  border-left: 1px solid black;
  border-top: 1px solid black;
  box-shadow: 5px 5px 5px grey;
  text-align: justify;
}

#border {
  display: inline-block;
  width: 300px;
  height: 10px;
}

#text {
  display: inline-block;
  width: 400px;
}

p, h1, h2 span, h3,ul {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.94);
  box-shadow: 5px 5px 5px grey;
}

h1 {
  font-size: x-large;
  margin: 20px 0;
  padding: 6px 20px;
  border-radius: 25px;
  text-align: center;
}

h2 {
  font-size: large;
  margin: 30px 0 20px 0;
  display: block;
}

h2 span {
  border-radius: 25px;
  padding: 6px 20px;
}

h3 {
  font-size: medium;
  margin: 10px 0 0 0;
  padding: 3px 20px;
  display: inline-block;
  border-radius: 25px 25px 0 0;
  box-shadow: none;
}

.main + h2 {
  margin-top: 60px;
}

p, ul {
  border-radius: 20px;
  padding: 6px 20px;
  margin: 0 0 10px 0;
  line-height: 1.4em;
  font-size: small;
}

p.xcard {
  border-radius: 0 25px 25px 25px;
}

.main p {
  font-size: medium;
}

p.vcard {
  border-radius: 0 25px 25px 25px;
}

a { color: #2c9dd9; text-decoration: none; }
a:visited { color: #1b6288; }
