.answer-container {
  width: 1025px;
  height: 892.5px;
  padding: 20px 23px 18.5px 20px;
  background-color: #f2f5f9;
}

#answer-preview-id {
  width: 950px;
  height: 716px;
  margin: 15px 0 16px 1px;
  border-radius: 4px;
  border: solid 1px #dadde0;
}

#insert-button {
  width: 950px;
  height: 42px;
  margin: 0 1px 0 0;
  border-radius: 4px;
  
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  cursor: pointer;
}