.w_content {
    display: flex;
    flex-flow: column wrap;
    align-items:center;
    font-size: 22px;
    color: #1F2833;
    font-family:"Playfair Display";
    padding: 0px 5px 0px 5px;
    margin: 5px 0px 5px 0px;
    font-weight: 600;
    background: #EFEFEF;
}
.about_body {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
}
.link_body {
    display:flex;
    align-items: center;
}
.data_highlight {
    font-size: 24px;
    background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=FDDC22)
}
.noise_highlight {
    font-size: 24px;
    background: url(https://s2.svgbox.net/pen-brushes.svg?ic=brush-9&color=E09398)
}
.pr_name {
    color: black;
    font-weight: 800;
}
.underline_red {
    text-decoration-line: underline;
    text-decoration-color:#6495ED;
    text-decoration-style: dashed; 
}
.visual_link {
    text-align: center;
    text-decoration: none;
    background-color:#A52A2A;
    color:#EFEFEF;
    border: none;
    font-family:"Tahoma";
    font-size: 20px;
    font-weight: normal;
    padding: 15px 15px 15px 15px;
    margin: 20px 0px 20px 0px;
}