* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

.heading h2 {
  font-size: 30px;
  text-align: center;
  font-family: "Mooli", sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 30px;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.divider {
  background-color: #dee0e1;
  width: 100%;
  height: 50px;
}

.form {
  box-shadow: 0 0 20px 0 #999;
  margin: 50px 0px;
  height: auto;
  border-radius: 20px;
  font-family: "Questrial", sans-serif;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 20px;
}

.btn #button {
  color: black;
  margin-top: 35px;
  padding: 10px;
  background-color: white;
  font-size: 15px;
  border: 2px solid black;
  cursor: pointer;
  width: 95px;
  transition: all 0.3s;
}

input:focus {
  box-shadow: 0 0 5px 0 #71aaff;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn #button:hover {
  background-color: black;
  color: white;
}

form {
  align-items: center;
}

input {
  padding: 10px 5px;
  outline: none;
  font-size: 15px;
  border: 1px solid black;
}

.name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.from {
  margin-left: 41px;
}
.to {
  margin-left: 66px;
}
