Board.scss 539 Bytes
.contents-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0 30px 0;
}
.title-input{
  width: 500px;
  height: 40px;
  margin: 10px;
}
.write-button{
  margin-bottom: 30px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents{
  background-color: rgb(36, 83, 121);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  .ui.segment{
    padding: 20px;
    width: 67%;
    text-align: center;

  }
}