Custom "centered" pixel width exceeding default ~700px

streamlit.set_page_config(layout="centered")

streamlit.markdown(
"""
<style>
   .block-container {
      max-width: 900px;
   }
   </style>
""",
unsafe_allow_html=True
)