Jekyll minima home class in _default/home.html?

Jekyll’s minima theme ( GitHub - jekyll/minima: Minima is a one-size-fits-all Jekyll theme for writers. ) has a _default/home.html with the following code:

<div class="home">
...
</div>

What is the home css defined? I search the entire Ruby module but could not find it:

$ grep -lR home /usr/local/lib/ruby/gems/3.0.0/gems/minima-2.5.1
/usr/local/lib/ruby/gems/3.0.0/gems/minima-2.5.1/_layouts/home.html
/usr/local/lib/ruby/gems/3.0.0/gems/minima-2.5.1/README.md