body {
  background-color: rgba(234, 255, 0, 0.295);
  font-family: 'Titillium Web', Helvetica, sans-serif;
  font-weight: 800;
}

.corpo {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  width: 100%;
}

fieldset , .pixelboard , .color {
  box-shadow: 5px 5px 10px blue;
}

.options {
  margin-top: 26px;
}

.color {
  border: 1px solid black;
  display: inline-block;
  height: 55px;
  width: 55px;
}
.color:hover {
  border: 1px solid yellow;
}

.color:active {
  border: 1px solid white;
}

.pixelboard {
  height: 210px;
  margin-left: auto;
  margin-right: auto;
  width: 210px;
}

.pixelboard , .pixel {
  border: 1px solid black;
}

.pixel {
  display: block;
  float: left;
  height: 40px;
  margin: 0;
  width: 40px;
}

button {
  background-color: rgb(12, 4, 99);
  border: 2px solid rgb(13, 129, 129);
  color: white;
  height: 30px;
  width: 120px;
}

button:hover {
  background-color: rgb(44, 87, 2);
  border: 2px solid rgb(71, 179, 250);
}

input {
  border: 1px solid black;
  border-radius: 4px;
  height: 20px;
  text-indent: 10px;
  width: 210px;
}

input:hover {
  border: 2px solid blue;
}
