  .footer-times .time-box {
    padding: 12px 15px;
    border-left: 3px solid #1abc9c;
    /* Jade/Accent color */
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
  }

  .footer-times .time-box:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
  }

  .footer-times h6 {
    font-size: 15px;
    letter-spacing: 0.5px;
  }

  .footer-times p {
    font-size: 14px;
  }
  a {
    color: #ffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
}
/* assignments */
