So this is what the CSS SHOULD look like
h1{
font-family:monospace;
}
.main{
border: solid #000000 0.1px;
background:rgba(255,255,255,0.3);
}
And this is what shows up in my Inspect Element in Chrome
element.style {
}
user agent stylesheet
html {
display: block;
}