@import url(https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,700&family=Source+Sans+3:wght@400;600&display=swap);body,html{height:100%;background-color:#ebebeb}*{margin:0;padding:0;border:0}.page-wrapper{display:flex;flex-direction:column;height:100vh;min-height:100vh;gap:0}.page-content{display:flex;justify-content:center;align-items:center;width:100%}.page-quote-box{max-width:700px;margin:0 auto;text-align:center;font-family:Merriweather,serif;font-size:28px;font-weight:700;font-style:italic;color:#000;line-height:1.6}.page-quote-box .quote-author{display:block;margin-top:15px;font-family:'Source Sans 3',sans-serif;font-size:18px;font-weight:600;color:#000}.page-section{min-height:50vh;height:50vh}@media (min-width:768px){.page-wrapper{flex-direction:row}.page-section{flex:1;min-height:100vh;height:100vh}}.page-image{border:3px solid #000;background-image:url('kratos.jpg');background-size:cover;background-position:center;background-repeat:no-repeat}