* {
  margin: 0;
}

body {
  background: linear-gradient(-45deg, #AE46DB, #A13CD4, #9230CC, #4F1A70, #4F1A70, #9230CC, #A13CD4, #AE46DB);
  background-size: 400% 400%;
  position: relative;
  animation: szineshatter 25s infinite;
  font-family: Poppins;
}

a {
  color: inherit;
  text-decoration: inherit;
}

header {
  padding-top: 95px;
}

h1 {
  display: inline-block;
}

table {
  width: 100%;
  font-size: 200%;
  text-align: center;
  table-layout: fixed;
}

td img {
  padding-bottom: 50px;
}

.animation {
  animation: transitionin 1.2s;
}

.navbar {
  background: rgba(0,0,0,.4);
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
}

.alcim {
  font-size: 14px;
  padding: 0px 0 13px;
  width: 100%;
  position: fixed;
  bottom:0;
}

.alcim p {
  height: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 15px 0;
}

.alcimbg {
  color: white;
  background: rgba(0,0,0,.4);
}

.cim {
  font-size: 20px;
  text-align: center;
  margin: auto 80px;
  position: relative;
  line-height: 60px;
}

.cim::after {
  content: '';
  background: #AE46DB;
  width: 80px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.right{
  float: right;
}

.left{
  float: left;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

#fiokikon {
  max-width: 40px;
  padding-top: 10px;
  padding-right: 15px;
  text-align: right;
  transition: transform 0.25s;
  filter: invert(1);
}

#fiokikon:hover {
  transform: translateY(-5px);
}

#c1 {
  padding-right: 25px;
  padding-top: 5%;
  transition: transform 0.25s;
}

#c1:hover {
  transform: translateY(-5px);
}

#c2 {
  padding-left: 25px;
  max-width: 200px;
  padding-top: 1%;
}

#c3 {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 120%;
}

#c4 {
  line-height: 20px;
  font-size: 20px;
}

#c5 {
  max-width: 80%;
}

@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%;
  }
}

::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  background: #4F1A70;
}

::-webkit-scrollbar-thumb {
  background: #AE46DB;
}

::-webkit-scrollbar-thumb:hover {
  background: #AE46DB;
}
