html {
   margin: 0;
   padding: 0;
}

.dateblock {
text-align: center;
width: 50px;
font-family: Arial;
background-color: #b39b7a;
color: #FFFFFF;
}
.day {
font-size: 26px;
position: relative;
top: -5px;
}
.month {
font-size: 12px;
}
.year {
font-size: 12px;
position: relative;
top: -10px;
}

