body {
  background: url(img/1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.inside > a {
  text-decoration: none;
  text-align: center;
  color: rgb(158, 20, 238);

  display: block;
  width: 95%;

  margin: 7% 0 3% 2%;
}
.foto > .container > .side > .inside > a,
.contacts > .container > .side > .inside > a {
  margin: 25px auto;
}
.centre img {
  width: 30rem;
}

h1,
h2,
h3 {
  text-align: center;
}
h1 {
  font-size: 70px;
  font-family: "Monoton", cursive;
  color: #09166e;
}
.e > h2 {
  position: relative;
  font-size: 50px;
  font-family: "Yeseva One", cursive;
  margin: 60px auto;
}
.c > a {
  font-size: 60px;
}
.c > a:hover {
  background: rgb(160, 160, 224);
}
.slides {
  margin-top: 1.4rem;
}
.block {
  height: 10rem;
}
.verh {
  perspective: 90000px;
  float: left;
  width: 30%;
  height: 100%;
  margin: 1%;
  margin-top: -10rem;
}
.container {
  perspective-origin: 50% 20%;
  width: 100%;
  height: 100%;
  margin: 14rem auto 0;
  margin-left: 1.4rem;
  transform-style: preserve-3d;
  transition: all 7s;
}
.container:hover {
  transform: rotateX(-360deg);
  transition: all 3s;
}
.c {
  background-size: 50% 50%;
  font-size: 40px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: azure;
}
.e {
  background-size: 50% 50%;
}
.inside {
  position: absolute;
  width: 100%;
  height: 80%;
  opacity: 0.8;

  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}
.side {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(13, 0, 87);
  opacity: 1;
}

.top {
  transform: translateY(-50%) rotateX(90deg);
  background-color: #0c1cad;
}
.front {
  transform: translateZ(4.6em);
  background-image: url(https://i.gifer.com/3Mep.gif);
  -webkit-background-size: cover;
  background-size: cover;
}

.front1 {
  transform: translateZ(4.6em);
  background-image: url(https://i.gifer.com/Ecq1.gif);
  -webkit-background-size: cover;
  background-size: cover;
}

.front2 {
  transform: translateZ(4.6em);
  background-image: url(https://i.gifer.com/HBft.gif);
  -webkit-background-size: cover;
  background-size: cover;
}
