.edibox {  
  width: 100%;
}  
.toggle-button {  
  display: block;  
  margin: 0 auto;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border: 2px solid #ffffff;
  color: #33b8e1;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.toggle-button:hover {  
  color: #48d9e8;
}
.content {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
  