label {
  color: skyblue;
}
input {
  align-items: center;
  height: 20px;
  width: 300px;
}
textarea {
  height: 150px;
  width: 300px;
}
.comment-form {
  display: flex;
  flex-direction: column;
}

.message-font {
  margin-left: auto;
  margin-right: auto;
}

.namedecide {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.commentdecide {
  display: flex;
  align-items: center;
  flex-direction: column;
}
  .send {
    align-items: center;
    height: 35px;
    margin-top: 20px;
    border: 1px solid white;
    background-color:skyblue;
    color: white;
  }
