Мастерская: декоративные элементы / Испытание: анонс поста [18/18]

Всем привет! Помогите, пожалуйста, понять в чем дело. Никак не получается добиться нужного результата :cold_sweat:

Вот мой код:
html,
body {
margin: 0;
padding: 0;
}

body {
width: 280px;
min-height: 250px;
padding-top: 50px;
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
font-family: “Arial”, sans-serif;
line-height: 1.2;
color: #7f8c8d;
background: #ecf0f1;
}

.post-stats .icon {
position: relative;
top: 15px;
right: 20px;
width: 15px;
height: 15px;
background: url(/assets/course14/post-challenge.png) no-repeat;
}

.post-title {
position: relative;
left: 80px;
font-size: 20px;
color: #2980b9;
}

.post-author{
position: relative;
left: 80px;
top: 5px;
}

.post-date{
position: absolute;
top: 55px;
width:55px;
height: 55px;
z-index: 10;
font-size: 13px;
font-weight: bold;
text-indent: 12px;
line-height: 50px;
background: #ffffff;
border-bottom: 5px solid #bdc3c7;
}
.post-type {
position: absolute;
top: 125px;
width:55px;
height: 55px;
background-color: #7f8c8d;
background: url(/assets/course14/quotes.png) no-repeat #7f8c8d 15px 15px;
border-bottom: 5px solid #bdc3c7;
}

.post a{
color: #2980b9;
text-decoration: none;
}

.post-stats {
position: relative;
left: 100px;
top: -5px;
display: inline-block;
color: #2980b9;
padding-top: 0px;
z-index: 10;
}

.post-text {
position: relative;
left:80px;
top: -55px;
width: 180px;
background: #ffffff;
padding: 10px 15px;
border-bottom: 5px solid #bdc3c7;
margin-top: 50px;
}

/*
Все размеры, отступы, координаты, размеры шрифтов (не заданные в body) кратны 5 или 10.
Адреса картинок:
/assets/course14/quotes.png
/assets/course14/post-challenge.png
Картинка «кавычки» выровнена по центру
*/

Позиционирование с координатами только для декоративных элементов. У вас получается для всех. Почему не используете стандартную блочную модель?