body {
    margin: 0;
    font-family: 'Georgia', serif;
    background-image: url('/img/burcu-serkan-nikah-arkaplan.jpg'); /* Arka plan görselinizi buraya ekleyin */
    background-size: 140vh;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #e0d9c9;
    overflow-x: hidden; /* Yatay kaydırmayı engelle */
  }
  strong{
    font-weight: 800;
    font-size: 22px;
    color: #000000;
  }
  .invitation-card {
    background-color: rgba(255, 255, 255, 0.829);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  
  .decorative-border {
    border: 2px solid #ddd;
    border-radius: 15px;
    padding: 20px;
    position: relative;
  }
  
  .decorative-border::before,
  .decorative-border::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 2px solid #ddd;
    border-radius: 50%;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .names {
    font-family: 'Renatha Signature', sans-serif;
    font-size: 4rem;
    color: #000000;
    font-weight: 400;
  }
  
  .subtitle {
    text-align: left;
    font-size: 1.2rem;
    color: #000000;
  }
  
  .details {
    font-size: 1rem;
    color: #000000;
    line-height: 1.5;
  }
  
  .footer-text {
    font-size: 1rem;
    color: #000000;
    margin-top: 10px;
  }
  
  audio {
    position: absolute; /* Mutlak konumlandırma */
    left: 50%; /* Yatayda ortalama */
    transform: translate(-50%, -50%); /* Gerçek ortalama için kaydırma */
    margin-bottom: -200px;

  }

  .audio-player {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  button {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #ffab5d;
    border: none;
    border-radius: 30px;
    cursor: pointer;
  }
  
  button:hover {
    background-color: #be6009;
  }

  add-to-calendar-button {
    display: block;
    margin: 0 auto; /* Yatayda ortala */
    text-align: center; /* İçeriği ortala (gerekirse) */
}
  .map {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #4e854c;
    border: none;
    border-radius: 30px;
    cursor: pointer;
  }
  
  button.map:hover {
    background-color: #335532;
  }

  .countdown-container {
    text-align: center;
    background: #ffffff;
    padding: 5px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  #countdown {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  
  .time {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .time span {
    font-size: 28px;
    font-weight: bold;
    color: #ffab5d;
  }
  
  .time p {
    margin: 5px 0 0;
    font-size: 1.2em;
  }
  .piyon a {
    color: #be6009;
    text-decoration: none;
    background-color: whitesmoke;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    background-color: #ffab5d;
    border: none;
    border-radius: 30px;
    cursor: pointer;
  }
  
  .btn:hover {
    background-color: #be6009;
  }
  .is-hidden {
    display: none !important;
  }

  @media screen and (max-width: 1920px) {
    .names {
        font-size: 4rem;
      }
  }

  @media screen and (max-width: 425px) {
    .names {
        font-size: 3rem;
      }
      body {
        background-size: 80vh;
        background-position: top;
      }
      .time span{
        font-size: 22px;
              }
              .time p {
                font-size: 14px;
              }
  }