.title {
  text-align: center; 
  background-color: rgb(243, 240, 240);
  padding: 1px 0;
}

.title a {
  text-decoration: none;
  color: black;
}

.post-title {
  margin: 30px 100px 0 100px;
}

.box {
  border: solid 1px;
  margin: 35px 100px;
  padding: 20px;
}

.upside {
  margin-top: -25px;
  margin-bottom: -10px;
  display: flex;
  padding-bottom: -30px;
}

.upside p {
  padding-right: 20px;
}

.border {
  border-top: dashed 1px;
  /* margin: auto; */
}

.text {
  margin-top: 10px;
}

.post-head {
  margin: 100px 100px 0px 100px;
  /* font-weight: normal; */
}

.comment {
  font-weight: bold;
}

.warning {
  color: red;
  font-weight: normal;
}

.write {
  margin: 0px 100px 30px 100px;
  border-top: solid 1px;
  padding-top: 20px;
}

.name {
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  
}

.opinion {
  height: 150px;
  width: 100%;
  margin-bottom: 25px;
}

.submit {
  text-align: center;
  margin-top: -30px;
}

.submit input {
  padding: 5px 25px;
}

footer {
  /* display: flex; */
  padding: 21px 50px 21px 50px;
  background-color: rgb(243, 240, 240);
  /* text-align: right; */
  margin-top: 80px;
}

.top {
  color: black;
}

.right {
  float: right;
  text-decoration: none;
  color: black;
}
