I am looking to position the main contents (content 1 and content 2) in between two side menus on my exercise page. At the moment, the main contents are overlapping with the two menus. Can someone guide me on how to fix this alignment issue? Thank you.
style.css
body {
color: #000305;
background-image: url('images.jpg');
font-size: 87.5%;
font-family:Arial;
line-height: 1.5;
text-align:left;
}
a{
text-decoration:none;
}
/* Other CSS styles... */
index.html
<!DOCTYPE html>
<html lang="en">
<html>
<!-- HTML structure... -->
</html>