.flip-card {
  background-color: transparent;
  width: 100%;
  height: 500px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */

}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;


}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  color: black;
}

/* Style the back side */
.flip-card-back {
  color: black;
  transform: rotateY(180deg);
}

.fout {
  color: red;
  font-size: 17px;

}
a{
  text-decoration: none;
  color: black;
}

body{
  font-family: 'Abel', sans-serif;
}

.cookie-disclaimer {
  background: #000000;
  color: #FFF;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 8%;
  position: fixed;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}

a{
  text-decoration: none;
  color: #ec008c;
}


a:hover{
  color: black;
}
.bg1sji{
  background-color: #81c341;
}
.bg2sji
{
  background-color: #00b5f1;
}
.bg3sji
{
  background-color: #ec008c;
}

.txt1sji{
  color: #81c341;
}
.txt2sji
{
  color: #00b5f1;
}
.txt3sji
{
  color: #ec008c;
}
