html,
body {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
}

div {
    text-align: center;
}

.hs-line-1 {
    -webkit-text-stroke: 1px brown;
    color: #ffef44;
    text-shadow:
    3px 3px 0 #A52A2A,
    -1px -1px 0 #A52A2A,
    1px -1px 0 #A52A2A,
    -1px 1px 0 #A52A2A,
    1px 1px 0 #A52A2A;
    font-size: 4em;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hs-line-2 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 40px;
    letter-spacing: 15px;
}

@media only screen and (max-width: 1024px) {
    .hs-line-1 {
        font-size: 3.5em;
    }
    .hs-line-2 {
        font-size: 1.5em;
        letter-spacing: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .hs-line-1 {
        font-size: 3em;
    }
    .hs-line-2 {
        font-size: 1em;
        letter-spacing: 12px;
    }
}

@media only screen and (max-width: 480px) {
    .hs-line-1 {
        font-size: 2.5em;
    }
    .hs-line-2 {
        font-size: 1em;
        letter-spacing: 8px;
    }
}

section {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}