a:hover {
  color: white;
  text-decoration: none;
}

.form-control, .form-control::placeholder {
  background-color: #3d3f43;
  color: white;
}

.form-control:hover, .form-control:focus-within {
  background-color: #53545d;
  color: white;
}

.CodeMirror{
    height:500px;
    border-radius: 10px;
}

html {
  overflow-x: hidden;
}