.material-icons {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 20;

  font-weight: 100;
  font-size: 54px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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.63); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #b9b9b9;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 800px;
  top: 30%;
}

/* The Close Button */
.modal-content a {
  color: #000000;
  font-size: 56px;
  font-weight: bold;
}

.modal-content a:hover,
.modal-content a:focus {
  color: #a40606;
  text-decoration: none;
  cursor: pointer;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.center img {
  width: 30%;
  max-width: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.bold-text li {
  font-size: 18px;
  line-height: 30px;
  color: #222;
  list-style-type: circle;
  margin-left: 24px;
}
.text li {
  list-style-type: circle;
  margin-left: 24px;
}
