<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body{

color: white;
background-color: blue; 

}


nav{

text-align:center;

}

section{

text-align:center;
color: white;
width: 600px;
padding:15px;
margin: 130px 10px 10px 50px;
background-color: Red;
float: left;
border-radius: 25px;
}

aside{

width: 600px;
color: Red;
background-color:White;
text-align:center;
padding:10px;
margin:20px 150px 20px 10px;
float: right;
border-radius: 25px;
}

form{
color: white;
}

footer{

background-color:red;
color:white;
clear:both;
padding:5px;
border-radius: 25px;
}


</pre></body></html>