body {
    /* background-color: rgb(255, 202, 58); */
    /* background-color: rgb(256, 256, 256); */
    /* background-image: url("./images/circles1.png"); */
    background-image: url("./images/ipow4_jpow4_sqared_mod_100.png");
    margin: 0 auto;
    max-width: 50em;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    hyphens: auto;
    overflow-wrap: break-word;
    text-rendering: optimizeLegibility;
    font-kerning: normal;
}
h1 {
    color:rgb(0, 0, 0)
}
h2 {
    color: rgb(0, 0, 0);
}
.content {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(255, 255, 255);
}
.my-equation {
    max-width: 100%; /* Adjust this value based on your layout */
    overflow-x: auto; /* Enables horizontal scrolling */
    white-space: nowrap; /* Prevents the equations from wrapping */
}