
@font-face {
  font-family: FOT-RodinNTLG Pro DB;
  src: url(/Fonts/FOT-RodinNTLG%20Pro%20DB.otf);
}

body {
  background-image: url("acbackground.png");
  text-align: center;
  font-family: "FOT-RodinNTLG Pro DB";
  font-size: 20px;
}

div {
     width: 60%;
     max-width: 700px;
     margin-left: auto;
     margin-right: auto;
     padding-bottom: 10px;
     background-color: mintcream;
     border-style: solid;
     border-width: 2px;
     border-color: black;
     
     color: green;
    }   
    
#legend {
  display: flex;
  flex-flow: row wrap; 
  gap: 5px;
  text-align: left; 
  margin-left: auto;  
  margin-right: auto;
  align-items: center;
  justify-content: center;
  height: fit-content; 
  width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
  border-width: 2px;
}
  
.simg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  
 
  background-color: #2da965;
  border-style: dotted; 
  border-width: 2px;
  border-color: darkgreen;
  padding: 2px;
  
}

#img {
 display: flex;
 flex-wrap: wrap;
 gap: 5px;
 width: fit-content;
 max-width: 100%;
 height: fit-content;
 margin-bottom: 10px;
 background-color: #2da965;
 border-style: dotted; 
 border-width: 2px;
 border-color: darkgreen;
 padding: 2px;
}