/*  body styling */
body {
  font-family: Arial, sans-serif;
  background-color: red;
  margin: 0;
  padding: 0;
}

/* header styles */
h1, h2, h3, h4, h5, h6 {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0;
}

/* Header container */
header {
  padding: 20px;
  text-align: center;
}



/* Paragraph box */

p {
  color: white;
  font-size: 24px;
  margin: 20px;
  line-height: 1.6;
  font-weight: bold;
  max-width: 700px;
  text-align: center;
}
}
/* Label */
label {
  color: white;
  font-weight: bold;
   font-size: 20px;
}
/* aside */
aside {
	color: white;
  font-size: 10px;
  max-width: 700px;
  margin: 20px auto;
  text-align: center;
  line-height: 1.6;
  font-weight:bold;
  font-size: 36px;
}