.right-xs {
    -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  text-align: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  text-align: right;
}

.center-xs{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mt-5{
  margin-top: 30px;
}

.col-sm-12 {
  padding: 0 !important;
}

.navbar {
  padding: 10px;
  margin: 0 !important;
}

.container-full {
  height: 100vh;
}

.bg {
  background-color:white;
}

h1 {
  padding: 40px;
}

.text-justify {
    text-align: justify;
    line-height: 2;
    font-size: 20px;
}