.writing-main-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.table-of-contents {
    font-family: gtAlpinaRegular;
    margin-left: 6%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    color: #d8412dff;
    line-height: 1.5;
}

.table-of-contents h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.table-of-contents a:hover {
    text-decoration: underline;
}

.writing {
    margin-left: 5%;
    width: 60%;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    font-family: gtAlpinaRegularLight;
    letter-spacing: 0.01em;
    line-height: 1.4;
}

.writing h2 {
    color: #d8412dff;
    font-weight: bolder;
}

.writing div {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
    margin-bottom: 5px;
}

.writing-bead-footer {
    margin-top: 8%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.writing-bead-footer img {
    width: 20%;
    margin-bottom: 15px;
}
