html {
  background-color: #FFFFFF;
  background-image: url(../img/backgrounds/bg_outside.gif);
  background-attachment: fixed;
}

.container {
  justify-content: space-around;
}

body {
  /*justify-content: space-around;*/
  /*display: grid;*/
  /*align-content: center;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*justify-items: center;*/
  /*background-color: #FFFFFF;*/
  background-image: url(../../assets/img//img/backgrounds/bg_outside.gif);
  background-attachment: fixed;
}

h2 {
  color: #a2308e;
  font-size: 26px;
}

.col-6 {
  background: #ebcbe5;
}

hr {
  background-color: #c8c7c7;
  /*height: 1px;*/
}

h5 {
  color: #a2308e;
}

a:hover {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  color: #a2308e;
  text-decoration: underline;
}

a:active {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  color: #a2308e;
  text-decoration: underline;
}

a:link {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  color: #a2308e;
  text-decoration: underline;
}

a:visited {
  font-size: 14px;
  font-weight: bold;
  line-height: 130%;
  color: #a2308e;
  text-decoration: underline;
}

h2 {
  font-size: 26px;
}

