.rating {
  padding: 20px;
  text-align: center;
  margin-right: 10px;
  font-size: 28px;
  background-color: #fff4e7;
  border-radius: 4px;
  border: 1px solid #8080803b;
}
.rating:hover {
  box-shadow: 2px 0px 6px #888888;
}
.rating-row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.rating.selected {
  background-color: #dbc581;
  font-weight: bold;
}

.add-padding {
  margin-bottom: 20px;
}

body {
  background-color: #ffffff;
}

.main-editor {
  width: 100%;
  min-height: 150px;
}

.top-row {
  margin-top: 15px;
}

.loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #80808063;
  z-index: 1;
}

.spinner-center {
  margin: 50%;
}
.tags-row {
  margin-top: 15px;
  margin-bottom: 15px;
}

.submit-button {
  font-size: 25px;
}

.header-text {
  text-align: center;
  font-size: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
