



:root {
  --catcolor: #C19EF0;
}

/* Contains everything*/
.wrapper {
  width: 75%;
  height: auto;
  margin: auto;
  
}


body {
  font-size: 16px;
  margin: 0;
  padding: 20px;
  color: #461C7D;
  background: #26163B;
  background-image:url(/images/misc/oa08-bg-star.gif);
}
a {

}

/* Contains everything*/
.wrapper {
  width: 600px;
  height: auto;
  margin: auto;
  
}



.sidebox {
  background:transparent;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
}

.left, .right {
  width: 100px;
 
}

.middle {
  width: 366px;
  
}

.empty {
height:200px;
}

.earswrapper {

}

.catear1 {
  --r:30px; /* border radius */
display: inline-block;
  width: 110px;
  aspect-ratio: 1/cos(30deg);
  -webkit-mask:
    linear-gradient(#0000 calc(3*var(--r)/2),#000 0),
    radial-gradient(var(--r) at 50% calc(2*var(--r)),#000 98%,#0000 101%);
  clip-path: polygon(50% 0,100% 100%,0 100%);
  background:var(--catcolor);
 position: relative;
 left: 20px;
 bottom: -7px;
}
.catear2 {
  --r:30px; /* border radius */
display: inline-block;
  width: 110px;
  aspect-ratio: 1/cos(30deg);
  -webkit-mask:
    linear-gradient(#0000 calc(3*var(--r)/2),#000 0),
    radial-gradient(var(--r) at 50% calc(2*var(--r)),#000 98%,#0000 101%);
  clip-path: polygon(50% 0,100% 100%,0 100%);
  background:var(--catcolor);
 position: relative;
 left: 120px;
 bottom: -7px;
}

.button {
  background-color: var(--catcolor);
  border: none;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  width:100%;
  margin-bottom: 20px;
}
.button:hover {
  background-color: white;
}

.content {
  width: 100%;
  height:280px;
  overflow-y: scroll;
   background-color: white;
  border: 13px solid var(--catcolor);
  padding: 0px;
  width: 340px;
  border-radius: 20px;
  height: 280px;
}