body {
  background-color: indianred;
}
.hello_postcss{
  color: #00DD00;
  display: flex;
}
::placeholder {
  color: gray;
}