body {
  color: #f5f6fa;
  margin: 0;
  background: linear-gradient(-45deg, #EE7752, #E73C73, #E73C73, #23A5D5, #23D5AB, #23A5D5, #E73C73, #E73C73, #EE7752);
  background-size: 400% 400%;
  position: relative;
  font-family: Poppins;
  animation: szineshatter 25s infinite, transitionin 0.80s;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  text-align: center;
}

.cim {
  text-align: center;
  font-size: 150%;
  line-height: 1px;
}

.cim2 {
  text-align: center;
  font-size: 80%;
  color: #f5f6fa;
  margin: 0 20px 30px;
  position: relative;
  line-height: 50px;
  transition: transform 0.2s;
}

.cim2::after {
content: '';
background: #be2edd;
width: 80px;
height: 5px;
border-radius: 5px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}

.cim3 {
  text-align: center;
  color: #be2edd;
  margin: 0 20px 30px;
  position: relative;
  line-height: 50px;
  transition: transform 0.2s;
  text-shadow: 2px 2px 2px #f5f6fa;
}

.wikipediacim {
  color: #f5f6fa;
  text-shadow: 2px 2px 2px #be2edd;
}

.sor {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding-bottom: 25px;
}

.col-4 {
  flex-basis: 25%;
  padding: 10px;
  min-width: 200px;
  margin-bottom: 50px;
  transition: transform 0.3s;
}

.img {
  max-width: 180px;
  margin-right: 5px;
  transition: filter 0.45s, transform 0.45s;
  filter:brightness(0) invert(1);
}

.img:hover {
  filter: none;
  transform: translateY(-25px);
}

.img2 {
  max-width: 55px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 1px;
  transition: filter 0.45s, transform 0.45s;
  filter:brightness(0) invert(1);
}

.img2:hover {
  filter: none;
  transform: translateY(-10px);
}

.home {
  max-width: 30px;
  max-height: 30px;
  margin-left: 25px;
  margin-right: 25px;
  position: absolute;
  transition: filter 0.45s, transform 0.5s;
  filter:brightness(0) invert(1);
}

.home:hover {
  filter: none;
  transform: scale(1.5);
}

.alcim {
  color: white;
  font-size: 14px;
  padding: 10px 0 10px;
}

.alcim p {
  border: none;
  background: #be2edd;
  height: 2px;
  margin: 22px 0;
}

.alcimbg {
  background: rgba(30, 39, 46, 0.35);
}

.right {
  float: right;
}

.left {
  float: left;
}

.padding {
  padding-left: 20px;
  padding-right: 20px;
}

.smallcontainer {
  max-width: 1080px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.smallcontainer2 {
  max-width: 1080px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.zeusco {
  color: #be2edd;
  font-weight: bold;
}






@keyframes transitionin {
  from {
    opacity: 0;
    transform: rotateX(-10deg);
  }

  to {
    opacity: 1;
    transform: rotateX(0);
  }
}

@keyframes szineshatter {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}
