@font-face {
  font-family: Ashcan BB;
  src: url(ashcanbb_bold.ttf);
}
body{
  background-image: url('paper006.gif');
  background-attachment: fixed;
  background-repeat: repeat;
  font-family: Tahoma;
  font-size: 12px;
  color: black;
  overflow-y: hidden;
  overflow-x: scroll;
}
.textarea1{
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 2;
}
#textarea{
    width: 200px;
    height: 60px;
}
h1{
   text-align: center;
   font-family: Ashcan BB;
   font-size: 40px;
}
#one img{
  border: 1px black solid;
}
#two img{
  border: 1px blue solid;
}
#one{
  position: absolute;
  z-index: -1;
  top: 100px;
  
}
#popup{
position: absolute;
background-color: aliceblue;
top: 300px;
left: 20px;
z-index: 3; 
width: 160px;
height: fit-content;
font-size: 11px;
padding: 2px 3px 2px 3px;
border: rgb(255, 242, 0) 2px solid;
text-align: justify;
}
#two{
  position: absolute;
  z-index: 0;
  top: 285px;
  left: 200px;
}
#three{
  position: absolute;
  top:250px;
  left: 230px;
  z-index: 2;
}
#four{
  position: absolute;
  top: 110px;
  left: 391px;
  z-index: -2;
}
#five{
  position: absolute;
   top: 281px;
  left: 487px;
  z-index: 2;
  width: 160px;
height: fit-content;
font-size: 11px;
padding: 2px 3px 2px 3px;
background-color: navy;
color: white;
border: hotpink 1px solid;
text-align: justify;
}
#six{
  position: absolute;
  top: 390px;
  left: 10px;
  z-index: -2;
}
#six img{
  border: hotpink 1px solid;
}
#seven{
  position: absolute;
  top: 580px;
  left: 176px;
  z-index: -2;
  width: 200px;
  height: auto;
  background-color: red;
  color: white;
  padding: 2px 3px 2px 3px;
  border: 1px white solid;
  font-size: 15px;
  font-family: Times New Roman;
}
#eight{
   position: absolute;
  top: 363px;
  left: 504px;
  z-index: 2;
  width: auto;
  height: auto;
  background-color: white;
  color: black;
  padding: 2px 3px 2px 3px;
  border: 1px black solid;
  font-size: 12px;
}
#nine{
  position: absolute;
  top: 439px;
  left: 529px;
  z-index: 1;
}
#ten{
  position: absolute;
  top: 110px;
  left: 580px;
  z-index: -3;
}
#eleven{
  font-family: Times New Roman;
  color: white;
  position: absolute;
  top: 120px;
  left: 590px;
  z-index: 2;
}