
.toggle-button {
  display: block;
  max-width: 150px;
  width: 100%;
  padding: 5px;
  background-color: #7e61ff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.toggle-button:hover {
  background-color: #5633f5;
}

.collapsible-content-2{
  margin-top: 20px;
  display: none;
}

.pdfobject-container {
  height: 90vh;
  border: 1px solid #ccc;
}

#content_container {
  width: 90%;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
}

.content{
  align-items: center;
  width: 100%;
  display: flex;
  flex-direction: column;
}