
body {
  background-color: #ffedf8;
  color: black;
  font-family:Noto Sans JP;
  font-size:12px;
  width:100%;
}

a{
  color:#ffa6de;
  text-decoration:none;
}

a:hover{
 text-decoration:none;
 color:#ecb8ff; 
}

::-webkit-scrollbar {
 width:10px;
}

::-webkit-scrollbar-thumb {
 background: #ffa6de;
  
}

#contain{
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 margin:0;
 top:50%;
 left:50%;
 position:absolute; 
}

#main1{
 border:1px solid black;
 background-color:white;
 padding:20px;
 height:605px;
 overflow-y:auto;
 font-size:14px;
}

.sidebar{
  height:605px;
  width:191px;
  background: url('https://cdn.discordapp.com/attachments/781971673276481546/835718565235130398/unknown.png');
  background-size:50%;
  padding:20px;
  border:1px solid black;
}

.sidebar img{
  max-width:100%;
}

.sidecon{
  width:180px;
  margin:0;
  padding:5px;
  background-color:white;
  border:1px solid black;
  
}

.sidecon2{
  padding:10px;
  background-color:white;
  border:1px solid black;
}

.sidebar a{
  color:#ffa6de;
  text-decoration:none;
}

.sidebar a:hover{
 text-decoration:none;
 color:#ecb8ff; 
}