html { background-color: #111111; } body { color: aliceblue; font-size: 24px; } p { margin: 5px; font-family: 'Franklin Gothic Medium'; } a:link { color: rgb(231, 196, 255); } a:visited { color: rgb(231, 196, 255); } .header { font-size: small; margin: 0px; width: max-content; /* height: 200px; */ /* outline: dashed 2px white; */ /* Center child horizontally*/ display: flex; flex: 2 1 auto; flex-direction: column; justify-content: space-around; align-items: flex-start; } .content { margin: 10px; /* width: 350px; */ /* height: 200px; */ /* outline: dashed 5px white; */ /* Center child horizontally*/ display: flex; flex-direction: column; justify-content: space-around; align-items: center; } . { margin: 10px; /* width: 350px; */ /* height: 200px; */ /* outline: dashed 5px white; */ /* Center child horizontally*/ display: flex; flex-direction: column; justify-content: space-around; align-items: center; }