#menu > li:nth-child(5) > a {
  text-decoration: underline !important;
  text-decoration-color: #027BDE !important;
  text-decoration-thickness: 3px !important;
  text-underline-offset: 4px;
}

.panel {
  box-shadow: 0 10px 30px rgba(0,0,0,.16);
  min-height: 346px;
}

.vcenter{
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
