a {
  color: #0d70ce;
}

a:hover {
  color: #0a5aa8;
}

body {
  font-family: 'Montserrat', sans-serif;
}

.submit {
  color: #649f17;
  background-color: #ffffff;
  border: 1px solid #649f17;
  transition: all 0.3s ease;
}

.submit:hover {
  color: #ffffff;
  background-color: #649f17;
}