* {
  text-transform: capitalize;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.header {
  background-color: red;
  display: flex;
  flex-direction: column;

  padding-bottom: 2rem;
}

.header h2 {
  color: black;
  text-align: center;
  margin: 0;
  padding: 2rem;
}

.info-wrapper {
  margin: 20px auto;
  max-width: 800px;
}

label {
  font-weight: bold;
}

input[type="text"] {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 200px;
}

button {
  padding: 8px 16px;
  background-color: #4285f4;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

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

.section-title {
  margin-top: 20px;
}

.video {
  margin-bottom: 20px;
}

.video-article {
  padding-bottom: 2rem;
}

.channel-info {
  display: flex;
  flex-direction: column;
}

#channelInfo {
  padding: 1rem;
}

.info-wrapper {
  padding-bottom: 2rem;
}

.info-wrapper p {
  max-width: 80vw;
  overflow-wrap: break-word;
  word-break: break-word;
  padding-bottom: 1rem;
}

iframe {
  width: 100%;
  height: 400px; /* Adjust this height as needed */
  border: none;
}

.wrapper {
  text-transform: lowercase !important;
}

.input-fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media only screen and (min-width: 992px) {
  .input-fields {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
  }
}
