h1 {
    font-size: 36px;
}

p {
    font-size: 18px;
}

body {
    padding: 0;
    margin: 0;
}

.content {
    width: 500px;
    margin: 100px auto auto;
}

footer {
    width: 100%;
    height: 60px;
    background-color: black;
    color: white;
    align-content: center;
    text-align: center;
    position: absolute;
    bottom: 0;
}

@media (pointer: coarse) {
    h1 {
        font-size: 64px;
    }

    p {
        font-size: 36px;
    }

    footer {
        height: 120px;
    }
    .content {
        width: 85%;
    }
}
