.aElement {
  font-family: Trebuchet MS, sans-serif;
  text-align: center;
  position: absolute;
  width: 100%;
  left: -3px;
  color: #333399;
  background-color: rgba(255, 255, 255, 0);
  font-size: 16px;
}

.alist {
  font-family: Trebuchet MS, sans-serif;
  text-align: center;
  color: #333399;
}
.alist img {
  width: 80px;
}
.amyBtn {
  font-family: Trebuchet MS, sans-serif;

  color: #ffffff;

  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

  cursor: pointer;
  background-color: rgba(64, 66, 167, 1);

  margin: 15px;
  border: 0.4rem ridge rgb(228, 255, 74);
  box-shadow: 0px 0px 12px 5px rgb(61, 89, 218);
  border-radius: 20px;
}
.amyBtn:hover,
.amyBtn:focus {
  box-shadow: 0px 0px 12px 5px rgb(255, 255, 255);
  color: #ffffff;
  text-decoration: none;
}

/* The Modal (background) */
.amodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.amodal-content {
  background-color: #fefefe;
  border: 0.8rem ridge rgb(228, 255, 74);
  box-shadow: 0px 0px 10px 20px rgb(61, 89, 218);
  border-radius: 20px;

  margin: auto;
  padding: 0px;

  width: 80%;
  max-width: 800px;
}

/* The Close Button */
.aclose {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 0.5rem;
}

.aclose:hover,
.aclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
