body {
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  
  background: #cccccc url("_inherent/img/study-studying.gif") no-repeat fixed center / cover;

  display : flex;
}
sup .note {
  color: red;
  font-size: 150%;
}
.submit {
  color: green;
  background: transparent;
  background-color: #33ccfaa3;
  border: solid thick #55ccfaa3;
  border-radius: 10px;
  box-sizing: 300%;
  font-size: 2em;
  font-weight: bold;
  font-family: ;
  text-shadow: 3px 1px #ffffffa7;
}

.input1 {
  background: #55c3f6c9;
  font-size: 150%;
  color: goldenrod;
  text-shadow: 1px 1px black;
  border: solid thin #55ffcca9;
  border-radius:15px 15% 30px 0px;
  width: 80%;
  height:40px;
  padding:2px;
  }
  fieldset {
    background: #55fcc3a3;
    border-radius:30px;
    margin: 0px auto 0px auto;
    padding:3%;
    width: 85%;
    border:none;
    align-content:center;
    }
legend {
    background: #55fcc3a3;
    border-radius:30px;
    margin: -30px auto 0px auto;
    padding:1%;
    font-weight:bold;
    font-size:120%;
    padding:3px;/* 1px 0px 1px;*/
    }
textarea {
  min-width: 80%;
  min-height: 150px;
  }

label {
  margin-top: 50px;
}












