Just as an update, the code you gave me didn’t work but I found this from an old post of someone else’s and that seems to have worked, yay ??
div#container {
width: 100%;
height: auto;
}
div#content {
width: 68%;
float: left;
padding: 4rem;
box-sizing: border-box;
}