h1, h2, h3 {
    text-align: center;
}

.sketchy  {
    max-width: 100%;
    margin: 25px auto;
    padding: 25px;
    text-align: center;
    margin-top: -10px;
}

canvas {
    background: #FFF;
    cursor: crosshair;
    border-style: solid;
}

.footer {
    justify-content: center!important;
}
.footer a { margin: 5px!important; }

.info-text {
  position: relative;
}
.fa-info-circle {
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: -12px;
    cursor: pointer;
    color: #212529;
}

.navbar-brand {
    color: rgb(67, 62, 62)!important;
    font-weight: bold!important;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loader .spinner-border {
  width: 3rem;
  height: 3rem;
}

#recordForm {
  margin-top: 25px;
}

.dropdown-item, #currentLang {
    cursor: pointer;
}
.dropdown-item:hover {
    background-color: #eee!important;
}

#hiddenForm {
    display: none;
}