main { display: grid; grid-template-columns: 1fr 1fr; } #bio { justify-self: center; margin-right: 0.5em; } #bio h1 { text-transform: uppercase; color: var(--member-h1); } #bio dt, #bio dd { display: inline; } #bio dt { font-weight: bold; color: var(--member-dt); } #bio dd { margin-left: 0; } #bio dl { margin-top: 0.2em; margin-bottom: 0.2em; } #photo { margin-top: 2em; } #photo img { width: 100%; background-size: cover; }