.timeline-page {
  color: black;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.date {
  display: block;
  color: #303030;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid rgb(185, 185, 185);
}

.title {
  color: #1377BD;
  font-size: 16px;
  margin: 4px;
  font-weight: 700;
}

.title:hover {
  text-decoration: none !important;
}

.content {
  display: block;
  color: #303030;
  margin: 4px;
  font-weight: 300;
}

.container {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  max-width: 750px;
  margin: auto;
}

.icon-title {
  display: flex;
  align-items: center;
}

.list {
  list-style-type: none;
}

.year {
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
  margin-bottom: 25px;
  position: relative;
}

.year:hover {
  background-color: #ebffe6;
  transform: scale(1.02);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 800px) {
  .row {
    margin: 0px 20px 0px 20px;
  }
}