body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  align-items:flex-start;
  height:fit-content;
  margin-left:150px;
  margin-right:150px;
  font-family: "SourceSerif4 Regular", serif;

}

span {
  justify-self: center;
  align-items: flex-start;
  width: 100vw;
  text-align: center
}

img {
  flex: 0 0 auto;
  height: 25%;
  cursor: pointer;
}

.modal {
  display: none; /* Hidden by default */
  z-index: 1; /* Sit on top */
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw; 
  height: 100vh; 
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.75); 
}

.modal-content {
  align-self: center;
  flex: 0 0 auto;
  height: 80%;
}

a  {
  text-align: center;
  color:black;
}

a:link {
  color: black;
  text-decoration: underline;
}

a:visited {
  color: black;
}

@font-face {
  font-family: "SourceSerif4 Regular";
  src: url("assets/SourceSerif4-Text-BASIC-Regular.otf");
}
