* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background: hsla(245, 75%, 80%, 0.25);
    color: #070707;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.disclaimer-container {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    line-height: 2;
    padding: 0.25rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    bottom: 0;
    position: absolute;
}

.disclaimer-title {
    color: red;
    text-shadow: 1px 1px 5px red;
    font-family: cursive;
    font-size: 2rem;
}

.disclaimer {
    max-width: 70ch;
    line-height: 1.5;
}

.board-title {
    text-align: center;
    color: rgb(255, 7, 7);
    font-size: 1.5rem;
    margin: 1rem;
    text-shadow: 0px 0px 7px green;
    font-weight: bold;
}

.title {
    line-height: 1.1;
    position: absolute;
    text-shadow: 1px 1px 5px blue;
    color: blue;
    font-weight: bold;
    top: 7%;
    font-size: 2.5rem;
}

.image-container img {
    display: none;
}

#canvas {
    width: 100%;
    border-radius: 10px;
    border: 1px solid grey;
    cursor: pointer;
    background-image: url(/imgs/my-little-kitchen/kitchen-background.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.fractions-container {
    background-color: white;
    padding: .5rem;
    border-radius: 10px;
    position: absolute;
    display: none;
    gap: 7px;
    justify-content: center;
    grid-auto-flow: column;
    align-items: center;
    font-weight: bold;
    bottom: 10%;
}

.inputs {
    text-align: center;
    height: 2.9rem;
    width: 4rem;
    margin: 0 auto;
    color: rgb(7, 7, 7);
    border-radius: 10px;
    font-weight: bold;
    font-size: 1.75rem;
    cursor: pointer;
    outline: none;
    border: none;
    background-color: hsla(250, 100%, 95%);
}

.fraction1,
.fraction2,
.fraction3 {
    display: grid;
    position: relative;
    gap: 7px;
    justify-items: center
}

.topborder {
    border-top: 4px solid rgb(7, 7, 7);
    width: calc(4rem);
}

.addition_layout {
    display: inline-grid;
    margin-top: 2rem;
    width: 100%;
}

.btn_section {
    display: flex;
    justify-content: center;
}

.simplifying-inputs {
    width: 45px;
    height: 45px;
    outline: none;
    border: none;
    background-color: rgb(77, 255, 100);
    cursor: url(/imgs/chalk.png), auto;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 7px;
    font-weight: bold;
}

.main-container {
    display: flex;
    justify-content: center;
    position: relative;
    max-height: 600px;
    max-width: 700px;
    border-radius: 10px;
    align-items: center;
    margin: 0 auto;
}

.startButton:hover {
    transform: scale(1.1);
    color: #070707;
    background-color: white;
}

.startButton {
    position: absolute;
    margin: 1rem;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: white;
    background-color: purple;
    cursor: pointer;
    border-radius: 10px;
}

@media screen and (max-width: 650px) {
    .startButton {
        padding: 0.75rem 1rem;
    }

    .disclaimer {
        font-size: 0.75rem;
    }

    .title {
        font-size: 2rem;
    }

    .fractions-container {
        bottom: 5%;
        gap: 5px;
    }
}

@media screen and (max-width: 550px) {
    .title {
        font-size: 1.5rem;
    }

    .disclaimer-title {
        font-size: 1.25rem;
    }

    .disclaimer {
        line-height: 1;
    }

    .fractions-container {
        padding: .25rem;
    }

    .topborder {
        border-top: 2px solid #070707;
        width: calc(2.75rem);
    }

    .startButton {
        background-color: #800080a7;
    }

    .fractions-container {
        bottom: 2%;
        gap: 2px;
    }

    .fraction1,
    .fraction3,
    .fraction2 {
        gap: 2px;
    }

    .inputs {
        font-size: 1rem;
        width: 2.75rem;
        height: 1.99rem;
    }
}

/* Description Section */
.paragraph_text {
    padding: 1px 0;
    max-width: 1024px;
    margin-top: 20px;

    margin: 1rem auto;
    font-size: 1.25rem;

    text-align: left;
    line-height: 1.15;
    display: flex;
    align-items: center;
}

.head_text {
    margin: 1rem;
}

.paragraph_text p {
    text-wrap: balance;
}

.head_subtitle {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 1.1rem;
    color: green;
    line-height: 1.25;
}

.head_subtitle2 {
    text-align: left;
    margin-bottom: 1.1rem;
}

.image-section {
    width: fit-content;
    background-color: #98a8f8;
    box-shadow: 7px 5px 2px rgba(0, 255, 38, 0.711);
    margin: 1rem 0;
    border-radius: 10px;
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    padding: .75rem;
}

.image-section img {
    width: 299px;
}

.head_section_li_n {
    line-height: 1.1;
}

.head_section_li_span {
    color: green;
    font-weight: 700;
}

/* Description Section */

/* Section 2 */
.section_2 {
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    /* margin-top: 1rem;
    padding-top: 1rem; */
    padding-bottom: 1rem;

    text-align: center;
    display: flex;
    justify-content: center;
}

.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 1rem;
}

.column-title h2 {
    margin: 1rem 0rem;
    font-size: 1.75rem;
    font-weight: 700;
}

.row #column1,
.row #column2,
.row #column3 {
    width: 325px;
    height: auto;
    padding: 10px 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 7px rgb(100, 7, 255);
    gap: 7px;
}

.purple {
    background-color: rgba(250, 100, 250, 0.7);
}

.yellow {

    background-color: rgba(250, 250, 100, 0.7);
}

.red {

    background-color: rgba(250, 100, 100, 0.7);
}

.train_button {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 1px;
    background-color: #4CAF50;
    color: white;
    border: 2px solid #4CAF50;
    border-radius: 10px;
    padding: 16px 32px;
    margin: 4px 2px 1rem 2px;
    -webkit-transition-duration: 0.2s;
    /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
    margin-top: auto;
    align-self: center;
    box-shadow: 0px 0px 10px grey;
}

.train_button:hover {
    background-color: rgb(255, 255, 255);
    color: #4CAF50;
    transform: scale(1.1);
}

.img_boards {
    padding: .25rem;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.column_paragraph_for_columns {
    text-align: left;
    padding: 1rem 1rem;
}

.more {
    border-top: 1px solid grey;
    margin: .5rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    padding: 1rem;
    color: rgb(255, 7, 7);
    text-shadow: 0px 0px 7px grey;
}

/* Section 2 */