.title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1100px;
  height: 100px;
  border-bottom: 1px solid rgba(213,213,213,1);
}
.contents {
  width: 1100px;
  padding: 20px 50px 20px 50px;
  overflow-x: hidden;
  white-space: pre-wrap;
}