@import url('img_cont_tiny.css');

html {
    margin-left: 10px;
}

.subtitle {
    text-decoration: underline dashed;
}

.ul {
    list-style-type: none;
    margin-bottom: 1.5rem;
    padding-left: 20px;
}

ul li {
    color: #32353e;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
}

body ul {
    list-style-position: inside;
}