html * {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

body {
  background-color: #F2F2F2;
}

textarea {
  resize: none;
}

b {
  word-break: break-all;
}

.content-container {
  grid-area: middle;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  margin: auto;
  min-width: 600px;
  max-width: 33vw;
  text-align: center;
  display: grid;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content-grid {
  display: inline-grid;
  margin-block-end: auto;
}

.top {
  display: inline-flex;
  margin-top: 5px;
}

.left {
  margin-right: 62.96px;
  transform: translate(25px);
}

.right {
  margin-left: 97.64px;
  transform: translate(-25px);
}

.content-item {
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}

.content-item-container {
  display: grid;
  justify-content: center;
}

.content {
  max-width: 600px;
}

.form-element {
  margin-bottom: 2%;  
}

.url-element {
  display: flex;
  justify-content: center;
}

.counter-element {
  display: grid;
  justify-items: end;
}

.left-aligned {
  text-align: left;
}

.txt-secret {
  width: 200px;
  text-align: left;
}

.txt-message {
  width: 500px;
  height: 45px;
  resize: none;
  padding-top: 5px;
  word-break: break-all;
}

.url-text {
  display: block;
  width: 500px;
}