body {
  font-size: 16px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
height: 100vh;
}
h1 {
  text-align: center;
}
h2 {

}
h3 {

}
h4 {

}
a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #0046df;
}
a:hover, a:focus {
  text-decoration: none;
  border-bottom: 0;
  outline: 1px dashed;
  color: #001A52;
}

a.btn-primary {
  background-color: #0046df;
  border-color: #0046df;
}
a.btn-primary:hover, a.btn-primary:focus {
  background-color: #0033A3;
  border-color: #0033A3;
}
a.btn {
  color: white;
  text-decoration: none;
  font-size: 32px;
  min-height: 10rem;
  align-self: center;
}
a.btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.btn:hover, a.btn:focus {
  color: white;
}
