@charset "UTF-8";
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #FFF8FA;
    color: #4B4B4B;
}

header {
    background-color: #FF69B4;
    color: white;
    padding: 15px 0;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    position: sticky;
    top: 0;
    z-index: 10;
}

nav {
    margin-top: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    font-weight: 500;
}

nav a:hover {
    text-decoration: underline;
}

.banner {
    width: 100%;
    height: 300px;
    background: url('https://images.unsplash.com/photo-1599785209707-28a305c3c538?auto=format&fit=crop&w=1200&q=60') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    font-family: 'Dancing Script', cursive;
    font-size: 42px;
}

.container {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.info {
    text-align: center;
    margin-bottom: 20px;
    color: #FF69B4;
    font-weight: 600;
}

h2 {
    font-family: 'Dancing Script', cursive;
    color: #FF69B4;
    margin-top: 30px;
}

ul, ol {
    margin-left: 20px;
    line-height: 1.8;
}

.tips {
    background-color: #FFF0F5;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

footer {
    background-color: #FF69B4;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    font-size: 14px;
}
  footer {
    text-align: center;
    padding: 20px;
    background: #fff6f1;
    color: #555;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    margin-top: 50px;
  }

  footer .social {
    margin-top: 10px;
  }

  footer .social a {
    display: inline-block;
    margin: 0 8px;
    transition: transform 0.3s ease;
  }

  footer .social a:hover {
    transform: scale(1.15);
  }

  footer .social img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
  .videos-youtube-local {
  text-align: center;
}
.videos-youtube-local iframe{
  margin: 20px auto;
  border-radius: 20px;
}

