.head1 {
  color:#00ff00;
  text-align:center;
  font-size:5vw;
}

.head2 {
  color:#ffffff;
  text-align:center;
  font-size:2vw;
}

.vcenter {
  background-color:#111116;
  display:flex;
  justify-content:center;
  align-items:center;
  height:100vh;
  width:100%;
  margin:0;
  padding:0;
}

.actionlink {
  text-decoration:none!important;
}

#contact-form {
  display:none;
}

