body {
    background-color: #fff;
    font-size: 25px;
    font-family: 'Montserrat', 'Roboto', sans-serif;
}


* {
    box-sizing: border-box;
}



.back-end-u, li {
    font-size: 24px;
}


main {
    margin: 0 auto;
    max-width: 1004px;
    width: 100%;
    padding: 15px
}


.section01 {
    margin: 0 auto;
    max-width: 1004px;
    padding: 15px;
}

.backend-web {
    margin-top: 100px;
}

p {
    text-align: left;
    font-weight: 300;
    margin: 1em 0;
    line-height: 1.75;
    /* font-size: 1.5rem; */
}

h1 {
    color: #ef4d1c;
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 700;

}

h2,
h3,
h4 {
    font-size: inherit;
    color: #CC0000;
    text-align: left;
}

h5,
h6 {
    font-size: inherit;
    color: #CC0000;
    text-align: left;
}

h5,
.strong {
    text-align: left;
    /* margin-left: -150px; */
    /* color: #b95a3d; */
    font-weight: 500;
    font-size: 24px;
}

ul,
li {
    text-align: left;
    margin: 10px;
}

li {
    color: #5E5E5E;
    /* font-size: 24px; */
    line-height: 1.7em;
    font-weight: 500;
}

#footer {
    text-align: center;
}