@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body, p, a, input, div, span, button, textarea, h1, h2, h3, h4, h5, h6 {
	  font-family: "Roboto", sans-serif;
}

body {
  margin: 0px;
  background-image: linear-gradient(180deg, #4b909b, #6c7072);
  min-width: 100%;
  min-height: 100vh;
  float: left;
  color: #fff;
	max-width: 100%;
}

h1 {
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  max-width: 750px;
  margin: 50px auto;
  width: 90%;
}

input, textarea {
  margin-bottom: 20px;
  width: calc(100% - 20px);
  padding: 10px;
  border: none;
}

select {
  margin-bottom: 20px;
  width: 100%;
  padding: 10px;
  border: none;
}

#submit {
  max-width: 100px;
  margin: 20px auto;
}