/* Style the element with the id "mycolor1" */
#mycolor1 {
width: 100px; height: 100px; background-color:#ADDBDB;
}

/* Style the element with the id "mycolor2" */
#mycolor2 {
width: 100px; height: 100px; background-color:#ADBEDB;
}

/* Style the element with the id "mycolor3" */
#mycolor3 {
width: 100px; height: 100px; background-color:#3BEBAF;
}

/* Style the element with the id "mycolor4" */
#mycolor4 {
width: 100px; height: 100px; background-color:#A4A8EB;
}

body{
background-color: gray;
}