:root {
}
*, ::before, ::after {
margin: 0;
padding: 0;
html {
font-size: 16px;
body {
height: 100vh;
width: auto;
box-sizing: border-box;
main {
display: grid;
grid-template-columns: 1fr 2fr;
section {
grid-column: 2/3;