html{
  background-color: #6b8393;
  font-family: monospace;
}
.frame img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  margin-top: calc(50vh - 50px);
}

.tag{
  position: absolute;
  right:10px;
  bottom: 10px;
}
.tag-up{
  position: absolute;
  right:10px;
  top: 10px;
}
.tag, .tag-up{
  color: white;
}
.tag a, .tag-up a {
  color: white;
}
