body {
  font-family: Arial, sans-serif;
  margin: 20px;
  background: none !important;
}

#background-scene {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: calc(100vh);
  pointer-events: none;
  z-index: 999;
}

h1 {
  color: #333;
  text-align: center;
  margin-top: 30px;
}

form {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
}

label {
  font-weight: bold;
}

input {
  padding: 20px;
  margin-right: 10px;
  width: 450px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #ccc;
}

button {
  padding: 20px 25px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

button:hover {
  background-color: #45a049;
}

.container {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
}

.hashtags-container,
.quotes-container {
  margin-bottom: 10px;
}

h2 {
  color: #333;
  margin-top: 20px;
}

ul {
  list-style-type: none;
  padding: 0;
}

li {
  position: relative;
  margin-bottom: 20px;
}

blockquote {
  display: inline-block;
  width: calc(100% - 40px);
  margin: 0;
}

.copy-button {
  position: absolute;
  top: 65%;
  right: 0;
  transform: translateY(-50%);
  padding: 5px;
  background-color: #4285f4;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.copy-button:hover {
  background-color: #357ae8;
}

.copied {
  background-color: #8bc34a;
  color: #fff;
}

.hashtag {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #f36d33;
  color: #666;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

.quote {
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-left: 3px solid #2f11d9;
  color: #796868;
  page-break-inside: avoid;
  font-family: monospace;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1em 1.5em;
  display: block;
  word-wrap: break-word;
}

.video-section {
  margin-top: 50px;
}

iframe {
  width: 560px;
  height: 315px;
}

.subscribe-container,
.follow-container,
.instagram-container {
  display: inline-block;
  margin: 20px; /* Adjust margin as needed */
}

.button-section {
  margin-top: 20px; /* Adjust margin as needed */
  margin-bottom: 20px;
}

.unslate_co--footer {
  position: unset !important;
  height: auto !important;
  margin-bottom: -20px !important;
}

.unslate_co--section {
  padding: 0px !important;
}

/* Media query for screens smaller than 600px */
@media only screen and (max-width: 600px) {
  form {
    display: inline-flex;
    margin-left: 10%;
  }

  input {
    width: calc(100% - 70px);
  }

  .copy-button {
    top: 0;
    right: 0;
    transform: translateY(0);
    margin-top: 10px;
  }

  .copy-button:hover {
    background-color: #357ae8;
  }

  .copied {
    background-color: #8bc34a !important;
    color: #fff;
  }

  button {
    padding: 20px 25px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }

  iframe {
    width: 315px;
    height: 240px;
  }
}
