.vh-50{
    min-height: 50vh!important;
}
.vh-75{
    min-height: 75vh!important;
}
h1, h2{
  font-family: "Verdana";
}
body {
  margin-bottom: 100px;
}
footer {
  padding: 2.5rem 0;
  /* color: #999; */
  text-align: center;
  background-color: whitesmoke;
  border-top: .05rem solid #bfbfbf;
  /* display: inline-block; */
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  /* position: absolute; */
  height: 100px;
}
footer p:last-child {
  margin-bottom: 0;
}
html,html *{box-sizing: border-box !important;}