html, body  {

}

.dashed {
    border-color: black;
    border-style: dashed;
    border-width: 2px;
}