If we want to access different elements of the same class, like the p element of class .prompt, we specify p.prompt inside parentheses.
p
.prompt
p.prompt
Make sure to pick p, followed by ., and finally prompt.
.
prompt