@charset "utf-8";
/* CSS Document */
.diger-gezegenler h1 {
    font-size: 3rem;
    letter-spacing: 8px;
    color: #fff;
    text-shadow: 0 0 20px rgba(108, 120, 157, 0.5);
}
.ayirici-cizgi {
    width: 150px;
    height: 3px;
    background: linear-gradient(to right, transparent, #6c789d, transparent);
    margin: 15px auto;
}
.container {
  width: 80%;
  margin: 120px auto 60px auto;
  background: rgba(12, 23, 53, 0.6);
  border-radius: 20px;
  padding: 40px;
}

.cuce-gezegen-header {
  display: flex;
  gap: 40px;
  align-items: center;
}

.cuce-gezegen-header img {
  width: 260px;
  height: 260px;
  object-fit: contain;
}

.text {
  margin-top: 30px;
}

.text h4{
	line-height: 1.8;
    color: #e0e0e0;
    font-weight: 300;
}

.cuce-gezegen-header h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.diger-gezegenler {
  margin-top: 60px;
}

.diger-gezegenler h1 {
  margin-bottom: 20px;
  text-align: center;
}

.cuce-gezegen-menu {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.cuce-gezegen-kart {
  width: 160px;
  text-align: center;
  background: rgba(12, 23, 53, 0.7);
  border-radius: 15px;
  padding: 15px;
}

.cuce-gezegen-kart:hover {
  background-color: #22356c;
  box-shadow: 4px 4px 0 #6c789d;
}

.cuce-gezegen-kart img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.cuce-gezegen-kart a {
  text-decoration: none;
  color: rgb(235, 235, 235);
  font-weight: bold;
}