body {
    box-sizing: border-box;
    /* background: url("https://www.ne1.com/someclds.jpg") no-repeat;
    background-size: cover; */
    font-size: var(--font-size-body);
    margin: auto;
    max-width: max-content;
}

.button {
    background-color: lightblue;
    border-radius: 7px;
    color: navy;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 17px;
}

h1, h2, h3, h4, h5, h6, h7 {
    font-size: var(--font-size-body);
    align-content: center;
}


