* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  
  body {
    background-color: #2f276b;
    color: #ffffff;
    line-height: 1.6;
    padding: 20px;
  }
  
  h1 {
    text-align: center;
    margin: 100px auto 50px;
    font-weight: 600;
    font-size: 2.5rem;
  }
  
  form {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    height: 70px;
    background-color: #3a3f7f;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  form input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    padding: 0 20px;
    font-size: 1rem;
  }
  
  form button {
    background-color: #ff3d2e;
    color: white;
    border: none;
    padding: 0 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
  }
  
  form button:hover {
    background-color: #e63326;
  }
  
  ::placeholder {
    color: #dddddd;
    font-size: 1rem;
  }
  
  #show-more-btn {
    background-color: #ff3d2e;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 12px 24px;
    border-radius: 6px;
    margin: 20px auto 80px;
    cursor: pointer;
    display: none;
    font-size: 1rem;
    transition: background 0.3s ease;
  }
  
  #show-more-btn:hover {
    background-color: #e63326;
  }
  
  #search-result {
    width: 85%;
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
  }
  
  #search-result img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }
  
  #search-result img:hover {
    transform: scale(1.03);
  }
  
  .watch-link {
    position: fixed;
    bottom: 10%;
    right: 3%;
    color: white;
    font-size: 13px;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
  
  .watch-link:hover {
    opacity: 1;
  }
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  
  body {
    background-color: #2f276b;
    color: #ffffff;
    line-height: 1.6;
    padding: 20px;
  }
  
  h1 {
    text-align: center;
    margin: 100px auto 50px;
    font-weight: 600;
    font-size: 2.5rem;
  }
  
  form {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    height: 70px;
    background-color: #3a3f7f;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  form input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    padding: 0 20px;
    font-size: 1rem;
  }
  
  form button {
    background-color: #ff3d2e;
    color: white;
    border: none;
    padding: 0 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
  }
  
  form button:hover {
    background-color: #e63326;
  }
  
  ::placeholder {
    color: #dddddd;
    font-size: 1rem;
  }
  
  #show-more-btn {
    background-color: #ff3d2e;
    color: #ffffff;
    border: none;
    outline: none;
    padding: 12px 24px;
    border-radius: 6px;
    margin: 20px auto 80px;
    cursor: pointer;
    display: none;
    font-size: 1rem;
    transition: background 0.3s ease;
  }
  
  #show-more-btn:hover {
    background-color: #e63326;
  }
  
  #search-result {
    width: 85%;
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
  }
  
  #search-result img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
  }
  
  #search-result img:hover {
    transform: scale(1.03);
  }
  
  .watch-link {
    position: fixed;
    bottom: 10%;
    right: 3%;
    color: white;
    font-size: 13px;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
  
  .watch-link:hover {
    opacity: 1;
  }
  