Испытание:Взломанный котопрофайл 100%

Доброго времени суток!
Ниже мой код, с которым у меня получилось 100% . Хотелось бы услышать советы , или же критику от людей по-опытнее , недочёты там , лишнее , и т.д , что бы понимать , как правильно делать)Спасибо!
Вот код:
html,
body {
margin: 0;
padding: 0;
}

body {
width: 550px;
height: 300px;
font-size: 12px;
font-family: Tahoma, Arial, sans-serif;
}

.profile {
padding: 5px 10px;
}

.profile img {
display: block;
padding: 10px;
border: 2px solid #34495e;
border-radius: 8px;
}

.profile .photo {
float: left;
width: 152px;
}

.profile .info {
float: left;
width: 368px;
margin-left: 10px;
}
.info h2, #info-title {
margin: 0 !important;
padding: 10px !important;
font-weight: normal;
font-size: 12px;
color: #ffffff;
background: #34495e ;
border-radius: 4px;
}

.fact .title,.fact .value {
padding: 10px;
background: white;
}

.fact:nth-child(odd) .title ,.fact:nth-child(odd) .value {
background: #ecf0f1;
}

.fact::after {
content: “”;
display: table;
clear: both;
}

.fact div.title {
float: left;
width: 120px;
text-align: right;
color: #7f8c8d;
}

.fact div.value {
margin-left: 140px;
color: #34495e;
}

.albums img {
margin-top: 5px;
}

.albums img{
float: left ;
margin-right: 5px !important;
}

.albums img:last-child {
margin-right: 0 !important;
}

.button {
display: block;
height: 30px !important;
margin: 5px 0 !important;
line-height: 30px ;
text-align: center !important;
color: #ffffff;
border-radius: 4px;
}
.profile .stroke {
background: #3498db;
}

.profile .feed {
background: #2ecc71;
}

.profile .startle {
background: #e74c3c;
}

Не совсем правильно сделано. В идеале в коде должно быть только два !important.