.docu_logo {
    margin-top: 30px;
}

.docu_text {
    margin: 15px;
    border: 1px solid #0072ff;
    border-radius: 25px;
    background-color: #707070;
    margin-bottom: 25px;
}

.text_description {
    color: whitesmoke;
    margin: 20px;
}

.html_render_container {
    border: 1px solid #0072ff;
    border-radius: 25px;
    background-color: whitesmoke;
    color: black;
    min-height: 100px;
    max-width: 100%;
    margin: 15px;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
    padding-top: 30px;
}

@media only screen and (min-width: 800px) {

    .info_icon {
        height: 20px;
        width: 20px;
    }

}

@media only screen and (min-width: 1300px) {

    .info_icon {
        height: 24px;
        width: 24px;
    }
}
