/* Global */

.main {
      min-height: 100vh;
}
.presentation {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.space {
  min-height: 100px;
}

.info {
  margin-bottom: 100px;
}

/* Highlights */
abbr {
    position: relative;
    padding: 0 5px;
}
abbr:after {
    content: "";
    background-color: #fff729;
    height: 18px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
}
