:root {
  --bunscratch: "/Emoticons/bunscratch.GIF"
}

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

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

div {
  max-width: 100%; 
  width: 500px;
  background-color: #F7A169;
  text-align: center; 
  padding-top: 20px; 
  padding-bottom: 20px;
  margin-left: auto; 
  margin-right: auto;
  border-style: solid;
  border-color: #F3701B;
}

hr {
  border-color: #108E65;
}

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

#construction {
  display: flex; gap: 
  5px; flex-direction: 
  row; border-width: 
  0px; height: fit-content; 
  padding: 5px;
  margin-bottom: 20px; 
  background: #E8742E; 
  justify-content: center; 
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  max-width: 100%
}

#legend {
  width: 400px;
  height: auto;
  padding: 5px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  
}

#imageinsert {
 display: flex;
 flex-wrap: wrap;
 gap: 5px;
 width: fit-content;
 max-width: 90%;
 margin-left: auto;
 margin-right: auto;
 background-color: #fad6b8;
 border: none; 
 padding: 5px;
 padding-bottom: 0px;
}

#reviewinsert {
 display: flex;
 flex-direction: row;
 gap: 5px;
 width: fit-content;
 max-width: 90%;
 margin-left: auto;
 margin-right: auto;
 background-color: #b8fac1;
 border: none; 
 padding: 5px;
}

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