body {
  background-image: url("../desk-img/desk-epiona-bg.jpeg") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
}

h1 {
  color: #fff;
}

body > .grid {
  height: 100%;
}

.column {
  max-width: 450px;
}

.button {
  margin-top: 1em !important;
  width: 20em !important;
  border-radius: 50px !important;
  color: #1375e1 !important;
  background-color: #fff !important;
  box-shadow: 1px 2px rgba(0,0,0,0.2) !important;
}

.button:hover {
  background-color: #1375e1 !important;
  color: #fff !important;
  transition: 1s;
}