.menuA {
  color: white !important;
  /* text-transform: uppercase; */
  /* font-weight: bold !important; */
  font-family: Verdana, Geneva, Tahoma, sans-serif;

  /* text-shadow: 0.5px 0.5px black; */
}
/* .menuAFirstLetter {
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
} */
.textSizeUp {
  font-size: 20px;
  font-weight: bold;
  color: black;
}
.topTagHead {
  font-size: 25px;
  font-weight: bold;
  color: black;
}
.ResultNumber {
  font-size: 25px;
  font-weight: bold;
  color: black;
}
.logoLevel {
  font-size: 25px;
  /* font-family: "Arial Narrow"; */
  font-weight: bold;
  color: black;
  text-align: left;
}
.FixNotive {
  background-color: rgba(177, 157, 133, 0.726);
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 300px;
  border: 0.5px solid #73ad21;
  font-size: 25px;
  /* font-family: "Arial Narrow"; */
  font-weight: bold;
  color: white;
  text-align: center;
}
.BGGradient {
  background: url("../images/bgG-1.JPG") no-repeat fixed left;
  background-image: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgba(255, 0, 0, 0.2)
  );
}
