H1 { text-align: center } H2 { text-align: center } .GET { color: #61affe; font-weight: 700; display: inline!important } .GET1 { background-color: #eff8ff; target: _blank } .POST { color: #49cc90; font-weight: 700; display: inline!important } .POST1 { background-color: #ecfaf4 } .PATCH { color: #50e3c2; font-weight: 700; display: inline!important } .PATCH1 { background-color: #edfcf9 } .DELETE { color: red; font-weight: 700; display: inline!important } .DELETE1 { background-color: #feebeb } .right-align { text-align: center; font-weight: 700 } .container { display: flex; flex-wrap: wrap; align-items: flex-start; margin-left: 0; flex-direction: column } .text-block { width: 100%; display: flex; flex-grow: 1; flex-direction: column } .block { width: auto; margin-bottom: 20px; display: flex; justify-content: center } blockquote { text-align: left } .text-block blockquote { width: 100% } .image { max-width: 400px; text-align: center; align-items: center } .text-block { width: 100% } @media only screen and (min-width:600px) { .container { justify-content: space-between; flex-direction: row } .block { width: 45%; margin-bottom: 0 } } @media only screen and (max-width:600px) { .block { margin: 0 auto } }