:root {
  --eaccent: #9E9787;
  --uaccent: #DEC449;
}

body {
  background-color: #f8f5f1;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23c9b69c' fill-opacity='1'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#wrapper {
  display:flex;
  flex-flow:row nowrap;
  margin:3rem auto 0 auto ;
  width:1050px;
}

#middle {
flex-grow:1;
padding:20px
}

h2 {
margin:5px 0 5px 0;}

.spoiler{
  background-color: #000;
  color: transparent;
  user-select: none;
}

.spoiler:hover {
  background-color: inherit;
  color: inherit;
}

.thesticky {
width:200px;
min-height:100vh;
  & > div {
    position:sticky;
    top: 20px;
  }
}

.speech {
max-width:100%;
display:block;
clip-path: polygon(100% 0%, 100% 65.33%, 77.98% 65.33%, 82.39% 100%, 56.43% 65.33%, 0% 65.33%, 0% 0%);
background-color: var(--uaccent);
padding:15px 15px 45px 15px;
margin:10px 0 10px 0;
text-align:right;
}

.speech.speech2 {
  text-align:left;
  clip-path: polygon(100% 0%, 100% 65.33%, 22.02% 65.33%, 17.61% 100%, 43.7% 65.33%, 0% 65.33%, 0% 0%);
background-color: var(--eaccent)
}

hr {
  border: none;
  border-top: 2px solid #000;
  height: 5px;
}

#about {
  margin-bottom:10px;
  display:flex;
  column-gap:10px;
  & > div {
   padding:10px;
   flex-grow:1;
   width:100px;
   height:300px;
   overflow:auto;
  }
}

#official > img {
  max-width:100%;
}

::selection {
  color:white;
  background-color:black;
}

ul {
  list-style-type:'✦ ';
  margin-top:0;
}

.tenor-gif-embed {
  margin-bottom:10px
}

#gifwrapper {
display:flex;
gap:10px;
  & > div {
    flex-grow:1;
  }
}