.col-property{
    text-align: center;
    font-weight: bold;
    background: #7e5366;
}

.make-it-bolder{
    font-weight: 900;
}

.make-it-normal{
    font-weight: normal;
}

.col-color{
    color: white;
}

.ml-sm-4{
    margin-left: 20em;
}

p{
    text-align: justify;
}

#left-align-div{
    text-align: right;
}