header {
  font-size: 24px; /* set the font size of the header to 18 pixels */
  height: 3em; /* set the height of the header to 3 times the font size */
}

body
{
margin: 0;
color: #000000;
background: azure;
text-align: center;
font-size: 20px;
}