.basic-div {
    padding: 0px 10px 20px 10px; 
}

body {
    margin: 0;
    background: #f8f5ee;
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.7;
}

.content {
    max-width:70ch;
    margin: 0 auto;
    padding: 3.5rem 1.25rem;
}

h1, h2, h3 {
    font-weight: normal;
    line-height: 1.2;
    color: #111;
}

h1 {
    font-size: 2.25rem;
    margin: 0 0 1rem 0;
}

h2 {
    font-size: 1.4rem;
    margin: 2.5rem 0 0.75 rem 0;
}

p {
    margin: 0 0 1.25rem 0;
}

a {
    color: #3f5147;
    text-decoration: none;
    border-bottom: 1px solid rgba(63, 81, 71, 0.35);
}

a:hover {
    color: #111;
    border-bottom-color: rgba(17, 17, 17, 0.5);
}

.typewritten {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.9rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #444;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

hr {
    border: 0;
    border-top: 1px solid #ddd6ca;
    margin: 2.5rem 0;
}


