* {
  margin: 0;
  padding: 0;
}
body {
  background: url("math-background.gif") repeat center center fixed black;
  font-family: "Courier New", Courier, monospace;
}
html {
  height: 100%;
}
p {
  color: grey;
}
.heading {
  text-transform: uppercase;
  color: #43f021;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 10px;
}
#msform {
  text-align: center;
  position: relative;
  margin-top: 10px;
}
#msform fieldset {
  background: #00000085;
  color: #fff;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
.form-card {
  text-align: left;
}
.form-card p {
  font-size: 18px;
  color: #ffffff;
}
.form-card label {
  font-size: 14px;
}
.form-control {
  color: #2e2e2e;
  font-weight: 600;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
#msform input,
#msform textarea {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 25px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2c3e50;
  background-color: #eceff1;
  font-size: 16px;
  letter-spacing: 1px;
}
#msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #43f021;
  outline-width: 0;
}

#msform .action-button {
  width: 220px;
  background: #616161;
  font-weight: 600;
  color: #000000;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  display: block;
}

.card-container {
  background-color: #cccccc;
  padding: 3px;
}
.card-container h1 {
  font-size: 14px;
  font-weight: 800;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
}
.cards p {
  font-size: 14px;
  margin-top: 4px;
  margin-bottom: 10px;
}
.cards {
  z-index: 0;
  border: none;
  position: relative;
  padding: 10px;
  background-color: #000000;
}
.typewriter-text {
  display: flex;
  text-align: left;
  overflow: hidden;
  color: orange;
  animation: typing 3s steps(18, end), blink 0.3s step-end infinite;
  white-space: nowrap;
  border-right: 4px solid #ffffff;
  line-height: 17px;
  float: left;
}
@keyframes typing {
  from {
    width: 0%;
  }
  to {
    width: 44%;
  }
}
@media (max-width: 576px) {
  .typewriter-text span {
    font-size: 12px;
  }
  @keyframes typing {
    from {
      width: 0%;
    }
    to {
      width: 80%;
    }
  }
}
@keyframes blink {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #ffffff;
  }
}
.logo {
  margin-bottom: 10px;
}
.logo img {
  width: 30%;
}
.text {
  font-size: 20px;
  color: #49ef28;
  padding-top: 20px;
  line-height: 1;
}
.dud {
  color: #ffffff;
}
.fs-title {
  font-size: 18px;
  color: #49ef28;
  margin-bottom: 5px;
  font-weight: normal;
  text-align: left;
}

.purple-text {
  color: #43f021;
  font-weight: normal;
}

.steps {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right;
}

.fieldlabels {
  color: gray;
  text-align: left;
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
}

#progressbar .active {
  color: #43f021;
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
}

.progress {
  height: 10px;
}

.progress-bar {
  background-color: #49ef28;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

p {
  color: #49ef28;
}

.anonims {
  width: 100px;
  height: 100px;
}
.output {
  color: #43f021;
}
.btn-hacker {
  background: #43f021;
  color: black;
}
.boxs {
  text-align: center;
}
.boxs h1 {
  font-size: 24px;
  text-align: center;
}
.boxs h2 {
  font-size: 20px;
  color: #b30000;
}
.boxs h3 {
  font-size: 30px;
  color: #49ef28;
  font-weight: 600;
}
.boxs strong {
  color: #b30000;
}
.boxs p {
  margin-bottom: 5px;
}
.clock {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}
#box .action-button {
  width: 100%;
  background: #49ef28;
  color: #000000;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  font-weight: 600;
}
footer p {
  margin-bottom: 0;
}
#container2 {
  display: block;
  padding: 20px 0;
  background-color: #000000bb;
}
#customers2 {
  border-collapse: collapse;
  width: 90%;
  height: 180px;
  margin: auto;
  text-align: center;
}
#customers2 th {
  font-size: 14px;
  width: 50%;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background: black;
  padding: 8px;
  color: #49ef28;
  font-weight: 700;
  margin: 5px 0;
}
#customers2 td {
  font-size: 12px;
  width: 50%;
  background: black;
  padding: 8px;
  color: white;
  font-weight: 700;
}
#customers2 h2 {
  padding-top: 20;
  padding-bottom: 20;
  background: black;
  color: red;
}
#bordd {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
#pros {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 700;
}
.seotext h2 {
  text-align: center;
  color: #eceff1;
  font-weight: 700;
  margin-top: 30px;
}
.seotext,
.seotext p {
  color: #ced4da;
  margin-bottom: 10px;
  text-align: justify;
}