h2 {
    border: 3px solid green;
    border-radius: 20px;
}
#id1 {
    border-bottom: 2px dotted red;
    border-top: 2px dashed yellow;
    border-left: 2px solid orange;
    border-right: 2px double purple;
}