/** css JS and html made by B. Lemoine - cipherbliss.com 04 2023 */ /******** section 1 *********/ #main_title_container { text-align: center; width: 100vw; } #main_title { background: url("/img/sesame.png") no-repeat; background-size: contain; box-sizing: border-box; height: 35vh; margin: 0 auto; max-width: 1200px; position: relative; top: 4rem; width: 95vw; } #main_title_container h2 { margin-top: 5vh; }