.justify {
  text-align: justify;
}

.centered {
  text-align: center;
}

.pure-g > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hor-padding {
    padding: 0 2em;
}

.right-border {
  border-right: 1px solid #DEDEDE;
}

.my-face {
    border-radius: 50%;
    margin-top: 20px;
}

ul {
  padding-left: 18px;
}

li {
  padding-bottom: 5px;
}

a {
  text-decoration: none;
}

.underlined-link {
  text-decoration: underline;
}
