.update {
  width: 100%;
  max-height: 40%;
  overflow: auto;
  word-wrap: break-word;
  text-align: left;
  padding:10px;
  border: 1px solid #ff0094;
  background-color: #000000;
  color: #ff0094;
}
.update strong {
  background-color: #c8d32b;
  padding: 0 5px 0 5px;
  color: black;
}
.aside {
  order: 10;
  height: auto;
  padding: 0;
  color:#000000;
  border-radius: 5px;
  flex-direction: column;
}
.aside button {
  background-color: transparent;
  width: 100%;
  color:#003146;
  text-align: left;
  border: none;
  padding: 0
}

#buttoncolumn {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 1;
}

#buttoncolumn img {
  margin: 5px
}

.pinkmoon, .blackmoon{
  padding: 1em;
  height: 4em;
  width: 4em;
  display: flex;
  align-content: center;
}

  .pinkmoon { background-color: rgb(255, 0, 148);
  color: #000000;
  font-size: 1em;
  border-radius: 500px;
  border: 1px solid #ff0094;
  text-decoration: none;
  box-shadow:
  0px 10px 0px 9px black inset,
  0px 10px 0px 10px #ff0094 inset;
}

.blackmoon{
  background-color: #000;
  color: #ff0094;
  font-size: 1em;
  border-radius: 500px;
  text-decoration: none;
  box-shadow:
  0px -10px 0px 9px #ff0094 inset,
  0px -10px 0px 10px black inset;
}

img.nami {
  flex-shrink: 2;
  height:auto;
  width: inherit;
  margin: 5px;
  border-left: 15px solid black; border-right: 15px solid black;
  border-top: 2px solid black; border-bottom: 2px solid black;
  border-radius: 5px;

}
#synopsistxt {
background-color:black; 
background: linear-gradient(0deg,#7a0047 0%, #000000 70%);
  padding: 13px;
  border-radius: 4px;
  display: span;
  border: 1px solid #ff0094;
  position: relative;
  margin: 0;
  order: 1;
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;
}

#synopsistxt h2 {
  background-color: #ff0094;
  font-family: prime;
  color: #000000;
  position: absolute;
  margin: 0;
  top: -23px;
  left: -7px;
  width: 94px;
  font-size: 14px;
  text-align: left;
  padding-left: 7px;
  font-weight: bold;
  border-top-left-radius: 5px;
  clip-path: polygon(0% 0%, 85% 0, 100% 100%, 0% 100%);
}

#synopsistxt article{
  text-indent:1em;
}

#synopsistxt p{
  text-align: left;
}

#synopsistxt img{
  max-width: 80%;
  max-height: 100%;
  float: right; 
  border-radius: 4px;
  margin-left: 0.5em;
}