@font-face { font-family: Itim;
  src: url(/Fonts/Itim-Regular.ttf);
}

body {
  text-align: center;
  background-image: url("/Home/EBback1.PNG");
  font-family: "Itim";
}

img {
  width: 100%;
  height: auto;
}

p {
  padding-left: 7px;
  padding-right: 7px;
}

#dbox {
  margin-top: 20px;
   display: flex; 
   gap: 20px; 
   flex-direction: row; 
   justify-content: center; 
}

#dboxin {
   border-width: 3px;
   border-color: #108E65;
   border-style: solid;
   background-color: #6bd898;
   margin-bottom: auto;
}


#legend {
  width: 400px;
  height: auto;
  padding: 5px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin: auto;
  border-style: solid;
  border-color: #F3701B;
  background-color: #F7A169;
  
}

#imageinsert {
 display: flex;
 flex-wrap: wrap;
 gap: 5px;
 width: fit-content;
 max-width: 90%;
 margin-left: auto;
 margin-right: auto;
 margin-top: 5px;
 background-color: #b8fac1;
 padding: 5px;
}

#logo {
  margin-left: auto; 
  margin-right: auto; 
  border-style: solid;
  border-color: #108E65; 
  background-color: #C8F9E9;
  padding: 5px;
  margin-bottom: 30px;
}