html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
 text-align:justify;
}
.fb{
    font-weight:bold;
}
.pics {
    display: block;
    width: 70px;
    float: left;
}
.dateBox {
    background: #83f4ec;
    border-radius: 0;
    box-shadow: 3px 3px 0 #C3C3C3;
    color: #383838;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 400;
    height: 40px;
    line-height: 30px;
    margin: 0 6px;
    padding: 3px;
    text-align: center;
    text-shadow: 1px 1px 0 #DCDCDC;
    width: 70px;
}
a{
    text-decoration:none;
}