html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    color: #000;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
}

h1, strong, b {
    font-weight: 900;
}

h2, h3, h4 {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 1rem 0;
}

p {
    font-weight: 400;
    line-height: 1.5;
}

li {
    margin: 0 0 1rem 0;
}

.parent {
    font-size: 1.25rem;
    padding: 3rem;
}

@media (min-width: 1025px) {
    .parent {
        max-width : 34rem;
        margin: 0 auto;
    }
}

.parent .image {
    margin: 0 0 1rem 0;
}

.parent .image img {
    display: block;
    width: 100%;
    height: auto;
}

.parent .footer {
    text-align: center;
}

.parent .footer img {
    display: block;
    margin: 0 auto;
    width: 15%;
    height: auto;
}
