The code is:
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
background-color: white;
display: none;
}
h1 {
display: block !important;
color: black !important;
text-align: center !important;
width: 100% !important;
}
p {
display: block !important;
color: black !important;
text-align: justify !important;
}
I ran out of ideas what can be the problem. I think it's a very basic misitake I did just i cant see where.