.container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.aboutbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  padding: 45px;
  padding-top: 0px;
  border: solid 2px #B80808;
  border-left: solid 14px #B80808;
  border-right: solid 14px #B80808;
}
.abouttitle {
  text-align: center;
  padding: 45px;
  font-size: 21px;
  background: #4B0202;
  width: 800px;
  margin-bottom: 32px;
}
.question {
  color: #d4b414;
  padding-right: 14px;
  padding-left: 14px;
  border-right: solid 3px #d4b414;
  border-left: solid 3px #d4b414;
  background: #4B0202;
  margin-bottom: 7px;
}
.answer {
  font-size: 12px;
  padding: 7px;
  background: #4B0202;
}