﻿
.title {
    text-decoration: underline;
    color: #73a3ca;
}

.txt {
    color: white;
    font-size: 17px;
}

.solution {
    color: orange;
    font-size: 24px;
    margin-bottom: 20px;
}

.img-indent {
    width: 300px;
}

    .img-indent img {
        width: 500px;
        margin: 0px -23%;
    }

.img_cnn {
    width: 100%;
    background: white;
    border-radius: 27px;
    margin: 0 auto;
}

.extra-wrap h5 {
    display: list-item;
    margin-left: 3rem;
    margin-bottom: 2rem;
}

    .extra-wrap h5::marker {
        font-size: 150%;
        color: lightgreen;
    }
