   input, textarea{
        border-radius:3px;
      }
      input[type=submit]{

background: #fbd214;
border:none;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    width: 200px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    line-height: 1.5;
    text-decoration: none;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
  
}
input[type=submit]:hover{
  background:#ccc;
}
input[type=email]{
   width:100%;
  border: 1px solid #6c757d;
  margin: 10px auto;
}
textarea{
  width:100%;
  border: 1px solid #6c757d;
  height:200px;
  margin: 10px auto;
}

.space{
    height:50px;
}