.border{
    border-radius: 20px;
}
.position-center{
    position: absolute;
    left: 100px;
  }

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .light-grey-section{
    background: #e4e4e4;
  }
  .light-blue-text{
    color: #002832;
  }

  /* .uk-section-secondary {
    background: #2A2A2E;
} */