#tags-white { 
  color: black; 
  background-color: white; 
  position: fixed; 
  border-color: transparent; 
  border-width: 0px; 
  border-style: solid; 
  width: 280px; 
  height: 150px; 
  top: 700px; 
  left: 1200px; 
} 
 
#tags-red { 
  color: white; 
  background-color: red; 
  position: relative;   
  border-color: transparent; 
  border-width: 0px; 
  width: 380px; 
  height: 150px; 
  top: 1000px; 
  left: 100px; 
} 