html, body {
background-color: #d6dae0;
  }

@media screen and (max-width: 1000px) {
 body_pre {
font-size: 35px;}
 }


@media screen and (max-width: 1000px) {
 .body_preinscr {
  input, select {
    height:40px;
    font-size:35px;}
 }
}
