html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    overflow-x: hidden;
}

body {
    background-image: url("background-texture-metal2.jpg");
    background-color: grey;
    color: rgb(222, 222, 222);
    font-family: 'Urbanist',sans-serif;
}

.main {
    background: rgba(1, 11, 1, 0.5) 
}

h1{
  font-family: 'Stalinist One', monospace;
  text-transform: uppercase; 
  color: #444; 
  text-align: center; 
  letter-spacing: -3px; 
  padding-top: 0%;
  padding-bottom: 0%;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5), -1px -1px 1px rgba(0,0,0,0.7);
}

@media screen and (min-width: 601px) {
  h1 {
    font-size: 100px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 36px;
  }
}

h2{
  font-family: 'Stalinist One', sans-serif;
  text-transform: uppercase; 
  color: #fff; 
  text-align: center; 
  letter-spacing: -3px; 
  padding-top: 0%;
  padding-bottom: 0%;
  text-shadow:     0 1px 0 hsl(174,5%,80%),
                   0 2px 0 hsl(174,5%,75%),
                   0 3px 0 hsl(174,5%,70%),
                   0 4px 0 hsl(174,5%,66%),
                   0 5px 0 hsl(174,5%,64%),
                   0 6px 0 hsl(174,5%,62%),
                   0 7px 0 hsl(174,5%,61%),
                   0 8px 0 hsl(174,5%,60%),
  
                   0 0 5px rgba(0,0,0,.05),
                  0 1px 3px rgba(0,0,0,.2),
                  0 3px 5px rgba(0,0,0,.2),
                 0 5px 10px rgba(0,0,0,.2),
                0 10px 10px rgba(0,0,0,.2),
                0 20px 20px rgba(0,0,0,.3);
}

@media screen and (min-width: 601px) {
  h2 {
    font-size: 65px;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 1.5em;
  }
}


h3 {
    font-family: sans-serif;
    font-size: 3vw;
    color: white;
    text-transform: uppercase;
}

@media screen and (min-width: 601px) {
  .desc {
    font-size: 14px;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .desc {
    font-size: 12px;
    text-align: justify;
  }
}

.gen:after {
  content: "";
  display: table;
  padding-top: 0px;
  clear: both;
}

.generate {
  background-image: linear-gradient(to right, #348F50 0%, #56B4D3 51%, #348F50 100%);
  border: none;
  padding: 30px;
  text-align: center;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1em;
  color: white;
  font-family: 'Silkscreen', sans-serif;
  font-weight:bold;
  text-shadow: 2px 2px gray;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
}

.generate:hover {
  background-image: linear-gradient(to right, #ff0000 0%, #ff8000 51%, #ff0000 100%);
  }

.contentbox {
  float: center;
  height: 15rem;
  border: 0px;
  overflow: auto;
  width: inherit;
  background-image: linear-gradient(to right, rgba(127,63,191,0.5), rgba(238,234,119,0.5));
}

input[type=number] {
  width: 3rem;
}

.content {
  padding: 1rem;
  align-self: center;
  text-align: left;
  font-family: 'Share Tech Mono', monospace;
  font-size: 1em;
  color: white;
}

#id {
  width: 40%;
  height: 100px;
  scroll-behavior: overflow;
}