.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}
.content div{
  font-size: 40px;
  font-weight: 700;
}
.hero-container {
  min-height: 200px;
  padding-top: 10px;
  text-align: center;
}
input[type=text]{
  padding-left:12px;
  text-overflow:ellipsis;
  color: rgb(26, 43, 230);
}
.grab-thumbnail {
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
}
#thumbnail-url {
  width: 80%;
 font-size: 18px;
  height: 44px;
  left: 20px;
  position: relative;
}
@media (max-width:406px) {
  #thumbnail-url {
    width: 77%;
  }
}
button {
  width: 44px;
  height: 44px;
  position: relative;
  top: 7px;
  right: 12px;
  background-color: #9048EA;
  border-radius: 4px;
  border: 0px;
  cursor: pointer;
}
.img-container {
  display: inline-block;
  margin: 5px 10px;
  position: relative;
}
.img-container img {
  width: 100%;
  border-radius: 5px;
}
#output {
  display: none;
}
.nav-link {
  color: white;
}
.nav-link:hover {
  color: black;
}
#header-title {
text-align: center;
display: block;
}
.yt-head{
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
  padding: 20px 10px;
  color: white;
}
#header-title h1{
  font-size: 2rem;
}
#header-title p{
  font-size: 22px;
}
span {
  font: 1em sans-serif;
  cursor: pointer;
  font-weight: bold;
  color: #ffffff;
}
.about {
  padding: 20px;
}
.download .download-yt-thumbnail{
  width: 350px;
  background-color: #9010f1;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: 30px;
  position: relative;
  left: 1px;
}
@media (max-width:390px) {
  .download .download-yt-thumbnail{
    width: 322px;
  }
  input::placeholder {
    font-size: 16px;
  }
}