main {
    margin-top: 0
}


.introduction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 200px;
    gap: 90px;
    padding-top: 40px;
}

.introduction-picture {
    width: 500px;
    height: auto;
    border-radius: 20px;
}

.introduction-title {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

p {
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    line-height: 23px;
}

.end {
    display: flex;
    justify-content: center;
    min-height: 10vh;
}




@media screen and (max-width: 1024px) {
  .introduction {
    flex-direction: column;
    align-items: center;
    padding: 40px 60px; 
    gap: 40px;
  }

  .introduction-picture {
    width: 70%; 
    max-width: 400px;
  }

  .introduction-title {
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
  }

  p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
  }
}


@media screen and (max-width: 600px) {
  .introduction {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

  .introduction-picture {
    width: 100%;
    max-width: 300px;
  }

  .introduction-title {
    padding-top: 10px;
    text-align: center;
  }

  p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .end {
    text-align: center;
    margin: 0 auto;
  }
}

#timer {
  font-size: 32px;
  font-family: 'Orbitron', sans-serif;
  color: #0091ff;
  text-shadow: 0 0 10px #0d3757;
  text-align: center;
}
