.btn {
  background: #2C2240;
  font-size: 14px;
  color: white;
  border-bottom-color: rgba(162,162,162,1);
  border-right-color: rgba(162,162,162,1);
  border-left-color: rgba(107,107,107,1);
  border-top-color: rgba(107,107,107,1);
  border-radius: 5px;
  padding: 5px 5px 5px 5px;
  margin-right: 10px;
  cursor:pointer;
}

.inactiveContent{
    display: none;
}