#home-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#creator-name {
  font-size: 13px;
}

#clear-all-btn {
  background-color: #ffe19c;
  padding: 7px;
}

#create-section-btn, #upload-file-btn {
  background-color: #ffe19c;
  padding: 7px 15px;
}

.edit-section-btn, .delete-section-btn {
  background-color: #ffe19c;
  padding: 10px;
}

#control-room {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.section-wrapper {
  font-size: 20px;
  width: 100%;
  height: 70px;
  background-color: #f4c458;
  display: flex;
  border: 1px solid black;
}

.article-open-btn {
  width: 70%;
  text-align: center;
}

.btn-wrapper {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#version {
  font-size: 12px;
  color: grey;
}