.description_body{
    background-color: #322b5b;
    width: 100%;
}
.title{
    font-weight: 700; 
    font-style: normal;
    font-family: Century;
    color: rgb(254, 78, 179);
    text-decoration: none;
}
h1{
text-align: center;
}
h1 span{
    font-weight: 700;
    font-style: normal;
    font-family: Century;
    color: rgb(254, 242, 148);
    text-decoration: none;
}
.p1{
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 22px;
    z-index: 5;
    line-height: 1.3;
    text-align: justify;
    left: 0;
    right: 0;
    margin: auto;
    width: 70%;
}
.flow-chart{
    height: 400px;
    width: 600px;
}
.image{
    display: flex;
    justify-content: center;
}
.scientfic{
    color: rgb(254, 78, 179);
    font-style: italic;
}
h2{
    color: rgb(254, 78, 179);
    font-family: 'Times New Roman', Times, serif;
}
.ref{
    line-height: 1.5;
    font-family:'Times New Roman', Times, serif;
    font-size: 21px;
}
a{
    color: white;
}
@media only screen and (max-width: 600px) {
    .description{
        font-size: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        background-color: #322b5b;
    }
    
  }