body, html {
    width: 100%;
    height: 100%;
    background-color: #383b45;
    /* background: #13132B url(../img/mhs.svg) no-repeat center center; */
    /* background-size: 100%; */
    margin: 0;
    padding: 0;
    font-family: 'Eczar', serif;
    font-size: 18px;
}

a {
    color: #8f4139;
    transition: .1s all ease-in-out;
}
a:hover {
    color: #ffde75;
    text-shadow: 0px 0px 2px #ffde75;
    transition: .3s all ease-in-out;
}

.vertical-center {
   margin-top: 10%;
  }