textarea {
  resize: none;
}

.form-group {
  margin-bottom: 8px;
}

.navbar {
  background-color: rgb(14, 79, 208);
  margin-bottom: 15px;
}

.fixedView {
  right: 30;
  bottom: 30;
  width: 30%;
  max-width: 320px;
  padding: 12px;
  background-color: #f5fcff;
  z-index: 9999;
}
.noticeText{
  font-size: 18px;
  font-weight: bold;
}

.codeRow {
  display: flex;
  justify-content: space-around;
  width: 40%;
  margin-bottom: 20px;
}
.codeRow:hover {
  background-color: gainsboro;
}
.code {
  font-size: 18px;
  font-weight: bold;
}

.hidden {
  display: none;
}
.tested {
  background-color: yellow;
}