
.disease-header{
    display: grid;
    grid-template-columns: 1fr 5fr;
    width: 80%;
    background-color: hlsa(120 20% 10% 0.03);
    margin: 0 auto;

}

.disease-slide{
    display: flex;
    display: flex;
    width: 98%;
    flex-direction: column;
    justify-content: center;
    background-color: hlsa(120 20% 10% 0.03);
}

.disease-body{
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    gap: 10px;
}
.dis-body-item{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    margin-left: 5%;
    gap: 10px;
    background-color: hlsa(120 20% 10% 0.03);
}

.disease-body textarea{
    display: flex;
    width: 97%;
    margin-left: 5%;
    margin-top: 5px;
    margin-bottom: 5px;
}



