body {
  font-family: 'Hanken Grotesk', 'sans-serif';
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

h3 {
  text-align: center;
}

.section.banner {
  position: relative;
}

.container.banner {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.box-form {
  position:relative;
  margin: 30px 0px;
  left: 5%;
  height: 600px;
  width: 1100px;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.email-text { 
  width: 100%;
  height: 35px;
}

/* footer */
.copyright {
  position: fixed;
  bottom: 0;
  right: 8%;
  letter-spacing: 1px;
  font-size: 35px;
  color:#6c6f7f;
  opacity: 80%;
}


label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type="submit"] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

input[type="submit"]:hover {
  background-color: #45a049;
}
