
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background-color: #2b0047;
  color: #fff;
  text-align: center;
}

.aasd {
 	font-size: 3em;
	background: linear-gradient(
	3deg, #000, #fff, #000);
	background-size: 200%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: shine 2s linear infinite;
}

@keyframes shine {
	to {
		background-position;
		-200%;
	}
}

header {
  background-color: #6b00b5;
  padding: 15px 0;
}

header h1 a {
  color: #fff;
  text-decoration: none;
}

nav a {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

.loop {
  margin: 40px auto;
  width: 80%;
  max-width: 600px;
  background-color: #3a0068;
  padding: 20px;
  border-radius: 10px;
}

.loop video, .loop img {
  width: 100%;
  border-radius: 10px;
}

.loop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.loop-item {
  background-color: #3a0068;
  padding: 10px;
  border-radius: 10px;
  width: 250px;
}

footer {
  margin-top: 50px;
  padding: 10px;
  background-color: #6b00b5;
}

.fb-comments {
  background: rgba(255,255,255,1.0);
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#butonlar
{
width: 720px;
height:160px;
position:absolute;
left: 50%;
margin-left: -360px;
bottom:0px;
text-align:center;
z-index:4;
}

