.Blue {
    color: rgb(130, 130, 253);
}

.Red {
    color: rgb(250, 137, 137);
}

.Green {
    color: rgb(131, 255, 131);
}

.Yellow {
    color: rgb(252, 252, 106);
}

.Black {
    color: whitesmoke;
}

.rainbow {
  background: linear-gradient(to right, red, orange, yellow, green, rgb(89, 89, 255), rgb(183, 82, 255), violet);
  background-clip: text; 
  color: transparent;
}

#decimal-conversion {
    height: 40vh;
    width: auto;
    margin: 2vh 4%;
    align-self: flex-start;
    flex-shrink: 0;  
}

.noIndent {
    text-indent: 0;
}

#hue {
    height: 20vh;
    width: auto;
    margin: 2vh 8%;
    align-self: flex-start;
    flex-shrink: 0;  
}