.quadrado {
  width: 100px;  /* Lado 1 */
  height: 100px; /* Lado 2 (igual ao width) */
  background-color: blue;
}
