.conference-proceedings {
  text-align: center;
}

.conference-proceedings h1 {
  margin-bottom: 0;
}

.conference-proceedings .conference-proceedings-list {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.conference-proceedings a {
  width: 100%;
  display: inline-block;
  color: #0b2133;
  background-color: #84d3e8;
  border-radius: 13px;
  border: 6px solid transparent;
  margin-top: 10px;
  margin-bottom: 10px;
}