/*
* Border Class
*/

.border-radius {
    border-radius: 5px;
}
  
.border-none {
    border: none;
}