body {
  background: #eee;
}

[v-cloak] {
  display: none;
}


.content {
  font-size: 18px;
  line-height: 26px;
  padding: 20px;
}

.content>* {
  margin-bottom: 20px;
}

.content img {
  max-width: 100%;
  border-radius: 8px;
}

.content video {
  max-width: 100%;
}

.wp-block-image {
  text-align: center;
}


.copyleft {
  display: inline-block;
  transform: rotate(180deg);
  font-size: 1.1em;
}

.copyleft::after {
  content: '©';
}

footer {
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  color: #999
}

footer a {
  color: #999;
}

footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  main {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  main {
    width: 1000px;
    margin: 0 auto;
  }

  body {
    padding: 30px 20px;
  }
}

a {
  text-decoration: underline;
}
