I am a beginner in the world of web markup languages and am currently taking an online course. I'm having trouble getting the .mainfooter-links to align in the center using CSS. I would greatly appreciate it if someone could take a look at my code and point out where I may have made a mistake. Thank you in advance.
* {
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
margin: 0;
}
#product-overview {
background: url("freedom.jpg");
background-repeat:repeat;
width: 100%;
height: 528px;
padding: 10px;
}
...
<!DOCTYPE html>
<html lang="en">
...
</html>