<div class="main"></div>
<style>
.main{ background-color:black;
position:absolute;
width:calc(100% - 40px);
height:calc(100% - 40px);
margin:20px;
</style>
How can I center the div with class main
and adjust its height and width to be almost 100%, leaving a gap of 20px from each side of the screen?