#square1 {
 width: 20px;
 height: 20px;
 border-style: solid;
 display: inline-block;
 position: relative;
 color: white;
}
#square2 {
 width: 20px;
 height: 20px;
 border-style: solid;
 display: inline-block;
 position: relative;
 top: 10px;
 margin-right: 10px;
 color: white;
}
.text {
 display:inline-block;
 color: white;
}
