body {
  background: #F5A9AC;
  font-size: 15px;
  margin: 0;
  font-family: 'Kindy';
  color: #3D3D3D;
}
#main {
  background: grey;
  margin: auto;
  margin-top: 75px;
  margin-bottom: 75px;
  max-width: 1100px;
  border-radius: 3px;
  overflow: auto;
}
#header {
  max-height: 100px;
  overflow: hidden;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  background-image: url("/my-room/img/pquilt.gif");
}
#flex {
  display: flex;
  height: 750px;
  overflow: hidden;
  background: #fff;
}
#menu {
  flex-grow: 1;
  padding: 10px;
  max-height: 900px;
  overflow: scroll;
  overflow-x: hidden;
  max-width: 48%;
}
  #menu::-webkit-scrollbar {
  width: 10px;
}
  #menu::-webkit-scrollbar-track {
  background: #fff;
}
  #menu::-webkit-scrollbar-thumb {
  background: #E57FA7; 
}
  #menu::-webkit-scrollbar-thumb:hover {
  background: #E57FA7; 
}
#frame {
  flex-grow: 1;
  padding: 10px;
  max-height: 900px;
  overflow: hidden;
  max-width: 52%;
  background: #F5A9AC;
}
#footer {
  max-height: 100px;
  overflow: hidden;
  padding: 10px;
  border-radius: 0 0 3px 3px;
  background-image: url("/my-room/img/pquilt.gif");
}
.spoiler {
  background-color: #F5A9AC;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 424px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 25px;
  font-family: inherit;
  text-align: center;
  margin-left: 55px; 
  margin-bottom: 5px;
  border-radius: 3px 3px 0 0;
}
.active, .collapsible:hover {
  background-color: #F5A9AC;
}

.content {
  padding: 10px;
  max-width: 400px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #F5A9AC;
  border-radius: 0 0 3px 3px;
  border-top: none;
  margin-left: 55px; 
  margin-top: -5px;
  margin-bottom: 5px;
}
h1 {
  font-size: 40px;
  margin: 0;
}
h2 {
  font-size: 20px;
}
@font-face {
  font-family: "Kindy";
  src: url("/my-room/img/KGMissKindyChunky.ttf")  format('truetype');
}