.content {
    float: left;
    padding: 20px;
    margin: 10px;
    height: 100px;
    width: 300px;
    border-style: solid;
    border-color: red;
    border-width: 2px;
    outline-style: dashed;
    outline-color: black;
    outline-width: 1px;
    background-color: orange;
    text-align: justify;
    text-justify: inter-word;
    

}
