.red {
  color: red;
}

body {
  display: block;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background: linear-gradient(to right, #f4c3b7, #8caab2);
}

main {
  margin: 30px;
}

form {
  text-align: center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.forcount {
  position: fixed;
  top: 170px;
  right: 3%;
  font-size: larger;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -250px; /* Negative half of width. */
  z-index: 1;
}

.forstamp {
  position: fixed;
  top: 200px;
  right: 21%;
  font-size: larger;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -250px; /* Negative half of width. */
}

.forFetch {
  position: fixed;
  top: 205px;
  right: 3.7%;
  font-size: medium;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -250px; /* Negative half of width. */
}

.formembership {
  position: fixed;
  top: 245px;
  right: 3%;
  font-size: larger;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -250px; /* Negative half of width. */
}

.fileupload {
  position: fixed;
  top: 300px;
  right: 6%;
  font-size: larger;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -250px; /* Negative half of width. */
}

a:link {
  text-decoration: none;
}

.brdr {
  border: 2px;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #04aa6d;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 0.8s linear infinite;
  margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pagination:visited {
  color: rgb(165, 165, 165);
  background-color: transparent;
}
.pagination:hover {
  color: rgb(0, 0, 0);
  background-color: transparent;
}
.pagination:active {
  color: black;
  background-color: transparent;
}
.pagination:link {
  color: rgb(165, 165, 165);
  background-color: transparent;
}
