body, html {
    width: 100%;
    height: 100%;
    background-color: #13132B;
    /* background: #13132B url(../img/mhs.svg) no-repeat center center; */
    /* background-size: 100%; */
    margin: 0;
    padding: 0;
}

a {
    color: #fbc571;
    transition: .1s all ease-in-out;
}
a:hover {
    color: #97beeb;
    text-shadow: 0px 0px 2px #b3d3f8;
    transition: .3s all ease-in-out;
}