* {
  padding: 0;
  margin: 0;
  font-family: Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
}

body {
  position: relative;
  background: #99ba92 no-repeat fixed;
  background-image: url(./img/chat-bg-pattern-light.ee148af944f6580293ae.png);
  background-position: top right;
  background-size: 510px auto;
  background-repeat: repeat;
}

p {
  margin: 5px 25px;
}

ol {
  margin: 5px 25px;
}

li {
  margin: 5px 25px;
}

h1 {
  text-align: center;
  margin: 30px 0;
  color: #4d4d4d;
}

h2 {
  text-align: center;
  margin: 15px 25px;
  color: #2e87ca;
  font-size: 21px;
}

textarea {
  resize: none;
}

.all {
  margin: 20px auto;
  padding: 30px 0;
  width: 70%;
  background-color: #fff;
  box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.2);
}

.telegram {
  display: flex;
  flex-direction: column;
  width: 450px;
  max-width: calc(100% - 30px);
  padding: 30px 15px 5px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #e8e8e8;
}

.choices {
  margin-bottom: 30px;
}

.inputStyle {
  margin: 0 0 15px;
  padding: 9px 12px 11px;
  background-color: #fff;
  border: 1px solid #cccccc;
}

.inputStyle:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}

.inputStyle:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.buttonStyle {
  margin: 0 auto 15px;
  padding: 10px 30px 10px 25px;
  outline: none;
  border: none;
  border-radius: 40px;
  width: 225px;
  font-size: 16px;
  font-weight: 500;

}

.invisible {
  display: none;
}

.input {
  margin: 0 0 15px;
}

.wordErrore {
  font-size: 12px;
  margin: -15px 0 15px;
  color: red;
}

.copyLink {
  border: 2px solid #2e87ca;
  color: #2e87ca;
  background-color: #fff;
}

.copyLink:hover {
  color: #0088cc;
  border-color: #0088cc;
  cursor: pointer;
}

.copyLink:active {
  color: #2e87ca;
  border-color: #2e87ca;
  cursor: pointer;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2) inset;
}

.generator {
  background: #54a9eb;
  color: #fff;
}

.generator:hover {
  background-color: #0088cc;
  cursor: pointer;
}

.generator:active {
  background-color: #2e87ca;
  cursor: pointer;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2) inset;
}

.qrcode {
  align-self: center;
  width: 150px;
  height: 150px;
  margin: 15px 0 10px;
}

.downloadqr {
  align-self: center;
  text-decoration: none;
  color: #039be5;
  margin: 0 0 30px;
}

.downloadqr:hover {
  text-decoration: underline;
}

.share {
  display: flex;
  justify-content: center;
}

.description {
  color: #919191;
  margin: 50px 0 0;
}

@media (max-width: 768px) {
  .all {
    width: 100%;
    margin: 0;
  }

  .share {
    display: none;
  }
}