1.commonStyle {
2    left: 95px;
3    top: 95px;
4    width: 200px;
5    height: 200px;
6    margin: 10px;
7    padding: 30px;
8    border-width: 1px;
9    border-radius: 10px;
10    background-color: #ff0000;
11}