<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.style-1 {
    padding: 10px;
    background-color: black;
        
}

.style-2 {
    padding: 10px;
    background-color: blue;
        
}

.style-3 {
    padding: 10px;
    background-color: red;
        
}

html {
    background-color: black;
}

#bigbox {
    position: fixed;
    bottom: 0;
    top: 50px;
    right: 550px;
    width: 300px;
    height: 45px;
   
        
}

#bigbox2 {
    
    position: fixed;
    bottom: 0;
    top: 50px;
    right: 100px;
    width: 300px;
    height: 45px;
}

#bigbox3 {
    
    position: fixed;
    bottom: 0;
    top: 50px;
    right: 1000px;
    width: 300px;
    height: 45px;
}

#bigbox4 {
    
    position: fixed;
    bottom: 0;
    top: 200px;
    right: 1000px;
    width: 300px;
    height: 45px;
}

#bigbox5 {
    
    position: fixed;
    bottom: 0;
    top: 200px;
    right: 550px;
    width: 300px;
    height: 45px;
}

#bigbox6 {
    
    position: fixed;
    bottom: 0;
    top: 200px;
    right: 100px;
    width: 300px;
    height: 45px;
}

#bigbox7 {
    
    position: fixed;
    bottom: 0;
    top: 350px;
    right: 1000px;
    width: 300px;
    height: 45px;
}


#bigbox8 {
    
    position: fixed;
    bottom: 0;
    top: 350px;
    right: 550px;
    width: 300px;
    height: 45px;
}

#bigbox9 {
    
    position: fixed;
    bottom: 0;
    top: 350px;
    right: 100px;
    width: 300px;
    height: 45px;
}

#bigbox10 {
    
    position: fixed;
    bottom: 0;
    top: 500px;
    right: 1000px;
    width: 300px;
    height: 45px;
}

#bigbox11 {
    
    position: fixed;
    bottom: 0;
    top: 500px;
    right: 550px;
    width: 300px;
    height: 45px;
}

#bigbox12 {
    
    position: fixed;
    bottom: 0;
    top: 500px;
    right: 100px;
    width: 300px;
    height: 45px;
}

#bigbox13 {
    
    position: fixed;
    bottom: 0;
    top: 650px;
    right: 1000px;
    width: 300px;
    height: 45px;
}

#bigbox14 {
    
     position: fixed;
    bottom: 0;
    top: 650px;
    right: 550px;
    width: 300px;
    height: 45px;
}

#bigbox15 {
    
    position: fixed;
    bottom: 0;
    top: 650px;
    right: 100px;
    width: 300px;
    height: 45px;
}

#dot1 {
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

#dot2 {
  height: 25px;
  width: 25px;
  background-color: pink;
  border-radius: 50%;
  display: inline-block;
}

#dot3 {
  height: 25px;
  width: 25px;
  background-color: lightblue;
  border-radius: 50%;
  display: inline-block;
}

#bigdot {
  height: 30px;
  width: 30px;
  background-color: yellow;
  border-radius: 50%;
    display: inline-block;
  
  
  right: 20px;
  
}


























</pre></body></html>