.blogContent {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
    padding-left: 20px;
    padding-right: 20px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.marginForHeader {
    margin-top: 100px;
}

.blogMetaDataContent {
    margin-bottom: 32px;
}

.blogMetaDataText {
    color: #6B6B6B;
    line-height: 20px;
    font-weight: 400;
    overflow-wrap: break-word;
    word-break: break-word;
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blogTitleText {
    color: #242424;
    font-weight: 700;
    letter-spacing: -0.011em;
    line-height: 52px;
    font-size: 42px;
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 32px;
}

.blogSmallText {
    line-height: 20px;
    font-weight: 400;
    font-family: sohne, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blogContentText {
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.003em;
    line-height: 32px;
    font-family: source-serif-pro, Georgia, Cambria, "Times New Roman", Times, serif;
    margin-bottom: 10px;
}

.blogImage {
    border-radius: 8px;
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 70vw;
    padding-left: 20px;
    padding-right: 20px;
}

.jss8 {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.bottomBox1 {
    left: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 180px;
    background: #3174f5;
    margin-top: 20px;
    padding-bottom: 20px;
}

.headWBChatLast {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    font-size: 24px;
    letter-spacing: -.01em;
    color: #fff;
}

.startDrawingButtonLast {
    display: inline-flex;
    white-space: nowrap;
    cursor: pointer;
    padding: 12px 4vw;
    color: #3174f5;
    border-radius: 50px;
    text-align: center;
    background: #fff;
    align-self: center;
    margin: 8px 0;
    z-index: 100;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    width: 25vw;
    display: flex;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    align-items: center;
}

.copyright {
    display: inline-flex;
    align-self: center;
    color: #fff;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}