#textInput {
  box-sizing: border-box;
}

.info {
  margin-top: 15px;
  font-size: 1.2rem;
  font-weight: 700;
}

.info a {
  /*text-decoration: none;*/
  color: #f0f0f0;
}

.hystmodal__window {
  color: #121217;
  padding: 20px 20px;
  border-radius: 8px;
}
.hystmodal {
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.hystmodal__window a {
  font-weight: 700;
}
