#off-white{
  background-color: rgb(243,243,239);
  width: 60vmin;
  height: 60vmin;
  margin: 20vmin auto 0 auto;
  position: relative;  
  left: 0vmin;
  top: 0vmin;  
}

#blue{
background-color: rgb(26,76,149);
width: 40vmin;
height: 20vmin;
margin: 20vmin auto 0 auto;
position: relative;  
left: 10vmin;
top: 0vmin; 
}

#beige{
background-color: rgb(228,222,206);
width: 20vmin;
height: 20vmin;
margin: 20vmin auto 0 auto;
position: relative;  
left:-20vmin;
top: -40vmin; 
}

#black1left{
background-color: rgb(2,4,2);
width: 22vmin;
height: 6vmin;
margin: 20vmin auto 0 auto;
position: relative;  
left:-19vmin;
top: -26vmin;
}

#black2right{
background-color: rgb(2,4,2);
width: 32vmin;
height: 9vmin;
margin: 20vmin auto 0 auto;
position: relative;  
left:15vmin;
top: -55vmin;
}

#blacksmalldown{
  background-color: rgb(2,4,2);
  width: 6vmin;
  height: 3vmin;
  margin: 20vmin auto 0 auto;
  position: relative;  
  left:-5vmin;
  top: -78vmin;
}

#blackskinny1left{ 
  background-color: rgb(2,4,2);
  width: 1vmin;
  height: 25vmin;
  margin: 20vmin auto 0 auto;
  position: relative;  
  left:-8vmin;
  top: -125vmin;
}
#blackskinny2right{
  background-color: rgb(2,4,2);
  width: 2vmin;
  height: 35vmin;
  margin: 20vmin auto 0 auto;
  position: relative;  
  left:-2vmin;
  top: -178vmin;
}
#blacksquareleft{
  background-color: rgb(2,4,2);
  width: 15vmin;
  height: 12vmin;
  margin: 20vmin auto 0 auto;
  position: relative;  
  left:-15vmin;
  top: -230vmin;
}

#red{
  background-color: rgb(255, 27, 36);
  width: 2vmin;
  height: 2vmin;
  margin: 20vmin auto 0 auto;
  position: relative;  
  left:-2vmin;
  top: -267vmin;
}
  





