html,
body {
  margin: 0;
  padding: 0;
  font-family: Apercu;
  /* background-image: url(../images/background.svg); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #23abf2;
}

.button {
  background-color: #ffffffcc; /* Green */
  border: 2px solid #4CAF50;
  color: black;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  margin: 20px;
  display: inline;
}

.button:hover {
  background-color: #4CAF50;
  color: white;
}

.title {
  text-align: center;
}

#container {
  background: #c79ef812;
  /* height: 500px; */
  padding: 20px;
  font-size: 14px;
  border-radius: 33px;
  text-align: center;
}

#text-container {
  /* height: 100px; */
  width: 100%;
  text-align: center;
}

#instruction {
  margin-top: 20px;
}

.result-color {
  color: #86c69c;
}

.highlight {
  opacity: 0.4;
  background-color: rgba(161, 89, 252, 0.2) !important;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#fileUploader {
  opacity: 0;
}

#uploader-btn {
  background: #ffffffcc;
  margin-top: 2em;
  color: #23abf2;
  border: solid 3px #23abf2;
  padding: 0.6em 2em;
  line-height: 3;
  font-size: 15px;
  font-family: monospace;
  cursor: pointer;
  border-radius: 15px;
}

#uploader-btn:hover {
  color: white;
  background-color: #23abf2;
  border: solid 3px #23abf2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#captcha{
  display:none;
}

.logo{
  text-align: center;
}

.logo_image{
  height : 100px;
  margin-left: 50px; 
  margin-right: 50px;
}

/* ---- particles.js container ---- */

#particles-js{
  background-color: #ffffff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#particles-js canvas {
  z-index: -10;
  position: fixed;
  top: 0px;
}