body { margin: 0; font-family: Arial, Helvetica, sans-serif; background-color: lightgray; /* font-size: 15px; */ display: flex; justify-content:center; } h1 { font-family: "Jacquard 12"; font-size: 50px; margin-top: 20px; font-weight: 500; margin-bottom: 20px; } .upload { display: flex; justify-content:center; flex-direction: column; } #uploadlink { text-decoration: none; color: black; } .imgcontainer { width: 100%; padding-top: 100%; position: relative; } #container { max-width: 600px; width: 100%; display: flex; flex-direction: column; align-items:center; } #posts { width: 100%; } img{ object-fit: cover; position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 100%; width: 100%; } .description { flex:1; } .date { font-weight: 600; } .summary{ display: flex; justify-content: center; flex-direction: row; align-items: start; width: 100%; } .post { display: flex; flex-direction: column; padding-top: 40px; padding-left: 10px; padding-right: 10px; justify-content: center; gap: 5px; word-wrap:break-word; align-items: center; }