body {
  font-family: 'Helvetica', sans-serif;
  margin: 0px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

form { /* to override user agent stylesheets */
  margin-bottom: 1em;
}

.sidebar {
  display: flex;
  flex-direction: column;
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}

#shindan_canvas {
  margin: 20px;
}

.container {
  display: flex;
  margin: 20px;
}

.ask_name {
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid;
}

.ask_name_images {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.ask_name_form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ask_name_form input[type=image] {
  margin-bottom: -7px;
}

.ask_name_form input[type=image]:focus {
  outline: none !important;
}

.ask_name_form input[type=text] {
  border-radius: 5px;
  border: 2px solid #000;
  font-size: 16px;
  padding: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.ask_name_form input[type=text]:focus {
  outline: none !important;
  border-style: dashed;
}

.gallery a {
  display: block;
  text-decoration: none;
  color: black;
}

.gallery img {
  object-fit: cover;
  width: 110px;
}

.credits .face img {
  object-fit: cover;
  width: 220px;
}

.credits .ttto {
  flex-direction: "column";
  display: flex;
  align-items: center;
}

.portrait {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.portrait_face {
  border: 1px solid;
  margin-bottom: 20px;
}

.portrait_name {
  display: flex;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 0.5em;
}

.twitplz {
  display: flex;
  justify-content: center;
  align-items: center;
}

.twit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

.friend {
  margin-bottom: 10px;
  margin-left: 1em;
}

.relationship {
  margin-bottom: 10px;
}

.no-underline { text-decoration: none; }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 660px;
}

.vertical_rl {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.poem_page{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.poem_l {
  width: 50%;
}
.poem_r {
  width: 50%;
}
.border-spacing {
  border-spacing: 1rem;
}
