*{
    font-family: Comic Sans;
}

@font-face {
    font-family: Comic Sans;
    src: url(comicsansMS.ttf);
}


h1{
    min-width: max-content;
    font-weight: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer{
    padding-bottom: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
}

span{
    font-size: 14px;
    min-width: max-content;
    width: auto;
}