*{
  margin: 0;
  padding: 0;
  box-shadow: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

body{
  background-color: #2F3359;
  overflow-x: hidden;
}

hr{
position: relative;
width: 100%;
height: 2px;
background: linear-gradient(to right, rgba(255, 192, 203, 1), rgba(0, 128, 0, 1));
background-size: 200% 100%;
border: none;
overflow: hidden;
margin-top: 50px;
}

hr::after {
content: "";
position: absolute;
top: 0;
left: -50%;
width: 200%; 
height: 100%;
background: linear-gradient(to right, rgba(255, 192, 203, 1), rgba(0, 128, 0, 1));
animation: gleam 1s infinite linear; 
}

header {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 25px 25px;
  background: linear-gradient(250.59deg, #3d1a61, #1a1536 48.53%, #7e064c 75.52%);
}

.kopf, .kopf li a{
  display: flex;
  text-align: center;
  margin: 0 70px;
  font-size: 20px;
  color: ghostwhite;
}

.martian{
position: relative;
width: 100%;
height: 100vh auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
margin-top: 50px;
padding: 0 17%;
}

.martian h2 {
color: #AAA7BD;
font-size: 52px;
letter-spacing: 5px;
font-weight: 800;
}

.martian p{
max-width: 700px;
font-size: 28px;
line-height: 32px;
margin-bottom: 40px;
display: block;
color: ghostwhite;
}

.martian h3{
font-size: 22px;
font-weight: 400;
color:#AAA7BD;
margin: 10px;
font-weight: 900;
text-decoration: underline;
}

.martian img{
  width: 40%;
  height: auto;
  margin-left: 80px;
}


.martian .p2{
  margin-top: 10px;
  display: flex;
  text-align: center;
}

.martian .p2 p i{
  margin-left: 30px;
  font-size: 40px;
  cursor: pointer;
}

.musicAnzeiger{
  margin-left: 10px;
  color: #00ba38;
  font-size: 25px;
}

.martian .martian2 img {
  width: 39%;
  height: auto;
  margin-left: 125px;
}

.martian .martian3 img{
  width: 35%;
  height: auto;
  margin-left: 150px;
}
.martian .martian4 img{
  width: 50%;
  height: auto;
  margin-left: 100px;
}

.martian .martian5 img{
  width: 50%;
  height: auto;
  margin-left: 50px;
}

footer{
  background: rgb(2, 30, 46);
  padding-top: 50px;
  margin-top: 50px;
}


.all-footer{
  width: 100%;
  margin:auto;
  display: flex;
  justify-content: center;
  height: 210px;
}

.footer-content{
  width: 33.3%;
}

.footer-content h3{
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center;
  color: ghostwhite;
}

.footer-content p{
  width: 130px;
  margin: auto;
  padding: 7px;
  font-size: 16px;
  color: ghostwhite;
}

.footer-content ul{
  text-align: center;
}

.list{
  padding: 0;
}

.list li a{
  color: ghostwhite;
}

.list li{
  width: auto;
  text-align: center;
  list-style-type: none;
  padding: 7px;
  position: relative;
  font-size: 20px;
}


.social-icons{
text-align: center;
padding: 0;
}

.social-icons li{
display:block;
text-align: center;
padding: 5px;
}


.social-icons i{
color: ghostwhite;
font-size: 25px;
}

.social-icons a{
text-decoration: none;
color: ghostwhite;
}

.social-icons a:hover{
color: #f18930;
}

.social-icons i:hover{
color: #f18930;
}

.footer-copy{   
background: linear-gradient(250.59deg, #3d1a61, #1a1536 48.53%, #7e064c 75.52%);
text-align: center;
padding: 10px 0;
margin-top: 50px;
font-size: 16px;
color: ghostwhite;
}

@media only screen and (max-width: 576px) {
  * {
    margin: 0;
    padding: 0;
  }
  

  header {
  position: relative;
  display: block;
}

  .kopf,
  .kopf li a {
    margin: 0 8px;
    font-size: 1px;
  }

  .martian {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    display: inline-block;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin:0; /* Adjusted margin */
    padding: auto;
  }

  .martian h2 {
    width: 100%;
    font-size: 26px;
    letter-spacing: 5px;
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
  }

  .martian p {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
  }

  .martian h3 {
    font-size: 12px;
    margin: 10px;
    text-align: center;
  }

  .martian img {
    width: 50%;
    height: auto;
    margin-left: 0;
  }

  .martian .p2 {
    margin-top: 10px;
  }

  .martian .p2 p i {
    margin-left: 0;
    font-size: 20px;
  }

.musicAnzeiger{
  margin-right: 15px;
  font-size: 15px;
}

  .martian .martian2 img {
    width: 39%;
    height: auto;
    margin-left: 0;
  }

  .martian .martian3 img {
    width: 35%;
    height: auto;
    margin-left: 0;
  }

  .martian .martian4 img {
    width: 50%;
    height: auto;
    margin-left: 0;
  }

  .martian .martian5 img {
    width: 50%;
    height: auto;
    margin-left: 0;
  }

  footer {
    background: rgb(2, 30, 46);
    padding-top: 35px;
    margin-top: 50px;
  }

  .all-footer {
    width: 100%;
    height: 118px;
    display: flex;
    justify-content: space-around; /* Center the content */
    align-items: center; /* Center vertically */
  }

  .footer-content {
    width: 33.3%;
    text-align: center; /* Center the text */
  }

  .footer-content h3 {
    font-size: 10px;
    margin-bottom: 10px;
  }

  .footer-content p {
    width: 100px;
    padding: 7px;
    font-size: 10px;
  }

  .list li {
    padding: 7px;
    position: relative;
  }

  .social-icons li {
    display: block;
    text-align: center;
    padding: 3px;
  }

  .social-icons i {
    font-size: 13px;
  }

  .footer-copy {
    padding: 5px 0;
    margin-top: 50px;
    font-size: 10px;
    text-align: center; /* Center the text */
  }
} 
