html, body { block-size: 100%; } .contacts { min-block-size: calc(100vh - 50px); display: flex; flex-direction: column; justify-content: center; text-align: center; } .contacts h1 { text-transform: uppercase; font-size: 2.5rem; } .contacts p { font-size: 1.0625rem; margin-block-end: 0.3125rem; } .dline { line-height: 1.3; } .pUppercase { text-transform: uppercase; } p.name { font-size: 1.5625rem; font-weight: 500; } .contactImg { block-size: 7.5rem; margin-block-end: 1.25rem; } 
