@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  src: url(https://fonts.gstatic.com/s/poppins/v15/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
  box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}

body {
  background: #E8E8E8;
  background-size: 20vw;
  background-image: url("instagram-fonts-background1.webp");
  background-repeat: repeat;
  background-attachment: fixed;
  display: block;
  margin: 0;
  padding: 0;
}

.header {
  font-family: 'Poppins';
  text-align: center;
  margin-bottom: 10px
}

h1 {
  margin: 1rem 0rem;
  font-size: 28px;
}

.top-section {
  max-width: 820px;
  margin: 0 auto
}

#advertisement {
  max-width: 970px;
  min-height: 250px;
  margin: 0 auto 8px;
  text-align: center
}

#content-ads {
  text-align: center;
  margin-top: 10px
}

.main {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  margin-bottom: 4em
}

.input-box {
  width: 100%;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 12px;
  padding: 0px 8px;
}

@media only screen and (max-width:590px) {
  .input-box {
    padding: 0.5em
  }

  .main {
    margin-bottom: 0
  }

  #advertisement {
    margin: 0 auto
  }
}

::placeholder {
  color: #200202;
  font-family: 'Poppins', sans-serif
}

#instagram_fonts_input {
  color: #000;
  height: 78px;
  resize: none;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: 8px;
  border-radius: 6px;
  font-size: 17px;
  text-align: left;
  background: #fff;
  border-color: #555;
  border-width: 2px;
  border-style: solid;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
  outline: none;
}

.fonts-stylish {
  padding: .4em 1em;
  padding-bottom: 1em;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d1d1d1;
}

.fonts-stylish p {
  margin: 0
}

.instagram-fonts-style {
  position: relative
}

.instagram-fonts-style {
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
  flex-wrap: wrap;
  padding: 14px 12px;
  background-color: #f5f5f5;
  color: #000;
  border: 1px solid #c5c5c5;
  border-radius: 6px;
  margin-top: 15px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Noto Color Emoji";
  font-size: 18px;
  box-shadow: 0 4px 6px -1px #000 0 2px 4px -1px #000;
}

@media (max-width:520px) {
  .instagram-fonts-style {
    font-size: 16px
  }
}

p.lunicreepify {
  padding: 30px 0;
  letter-spacing: 2px;
  overflow: hidden
}

.instagram-fonts-style:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)
}

.copied-button {
  width: 23px;
  height: 23px;
  color: rgb(134, 135, 136);
  display: block;
  margin-left: auto;
  fill: rgb(134, 135, 136)
}

.instagram-fonts-style button {
  position: absolute;
  top: -5px;
  right: -10px;
  background: #222;
  color: #fff;
  border-radius: 20px;
  padding: 0 9px;
  font-size: 16px;
  font-family: 'Poppins';
  border: 1px solid #343232;
  z-index: 9999
}

.content-box p {
  line-height: 1.8em;
}

table,
td,
th {
  border: 1px solid #000
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  margin-bottom: 1.4rem;
}

td {
  padding: 8px
}

th {
  color: #000;
  padding: 8px;
  width: 50%;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #000;
  font-size: 15px;
  background: #fff;
}