.main {
  background-color: #e9e7f3;
  border: 2px solid #a6a0a0;
  border-radius: 20px 0px 0px 20px;
  overflow: auto;
  height: 480px;
}

.secondary {
  background-color: #bca58b;
  box-shadow: inset 5px 5px 5px #888383, inset -5px -5px 5px #888383;
  height: 150px;
  width: 200px;
  padding: 20px;
  margin: 10px 5px 5px 5px;
  border: 1px solid #6f6d6d;
  display: inline-block;
  border-radius: 20px;
}
