Cover body.cover-page { display: flex; /* Enable flexbox */ justify-content: center; /* Horizontal centering */ align-items: center; /* Vertical centering */ height: 100vh; /* Full viewport height */ margin: 0; padding: 0; box-sizing: border-box; } .cover-image { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: contain; object-position: center; }