The element contains all the contents of an HTML document, such as headings, paragraphs, images, hyperlinks, tables, lists, etc. Note: There can only be one element in an HTML document.
xxxxxxxxxx
body{
background-color: burlywood;
place-content: center;
}