

.borders {
    border-bottom-color : #ff0000;
    border-bottom-style : dotted;
    border-bottom-width : 2px;
    border-left-color : #ff0000;
    border-left-style : dotted;
    border-left-width : 2px;
    border-right-color : #ff0000;
    border-right-style : dotted;
    border-right-width : 2px;
    border-top-color : #ff0000;
    border-top-style : dotted;
    border-top-width : 2px;
    font-size : 18px;
    padding : 12px;
    width : 120px;
    height : 200px;
  }

