body,html,h1.h2
{
    margin:0;padding:0;
}

body{
    height: 100vh;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
    background-color: #131313;
}
h1{
    text-align: center;
    color: #FFF5E1;
    line-height: 1.0em;
    font-family: "Melodrama-Medium", sans-serif;
    font-optical-sizing: auto;
    font-size: 96px;
    font-weight: 500;
    margin-bottom: 24px;
}

p{
    text-align: center;
    color: #FFF5E1;
    line-height: 1.5em;
    font-size: 14px;
    font-family: "Switzer-Light", sans-serif;
    font-style: normal;
}


footer{
    position: fixed;
    width: inherit;
    bottom: 24px;
}

h2{
    color: #FFF5E1;
    font-family: "Switzer-Light", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}