<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  font-family: 'Noto Serif JP', serif;
}

.bg-primary{
 background-color: #382f31; 
}

.select-box select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.line-left {
  border-left: 1px solid #382f31;
  padding-left: 30px;
}
.button{
padding: 10px;
border: 2px solid;
margin: 10px;
justify-content: flex-end;
}

.button:hover{
background-color: #382f31;
color: white;
}

.vertical{
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
} 

.vertical span {
  text-combine-upright: all;
}

</pre></body></html>