input[type=text],
input[type=datetime-local],
input[type=date],
select {
  padding: 10px;
  margin: 15px;
  width: 225px;
  font-size: 20px;
  border: 2px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

select {
  background-color: #f8f8f8;
  width: 200px;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #39C5BB;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
}

label {
  font-size: 20px;
}

.footer {
  left: 0;
  width: 100%;
  padding: 10px;
  margin-left: 500px;
}

.point {
  margin-top: 25px;
}
