body {
  background-color: rgb(224, 182, 245);
  font-family: Arial, Helvetica, sans-serif;
}

div {
  width: 100vw;
  height: 50vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

ul {
  align-content: center;
  margin-left: 10px;
  margin-top: 30px;
}

.ncores {
  line-height: 1.7rem;
}

.input {
  line-height: 1.7rem;
}

#Rinput,
#Ginput,
#Binput {
  width: 50px;
  background-color: rgb(206, 205, 205);
  border: 0.5px solid #000;
}

#cor {
  border: 0, 2px solid #000;
  display: flex;
  width: 100px;
  height: 100px;
  margin: 15px auto;
  background-color: rgb(206, 205, 205);
}
