.box {
 border-style: solid;
 border-width: 5px;
 border-color: grey;
 background-color: green;
 border-radius: 5px;
}