body{margin:0;padding:0;font-family:Inter,Arial,Helvetica,sans-serif;background-color:#fff}.container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto;min-height:100vh;box-sizing:border-box;padding:0 20px}.mnt-header{display:flex;height:70px;width:100%;flex-direction:row;justify-content:flex-start;align-items:center;padding-top:20px}.mnt-header img{min-width:250px;height:auto;max-width:100%}.mnt-body{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#174092;text-align:center;flex:1}.mnt-body h1{font-size:2.5em;margin-bottom:.5em}.mnt-body span{font-size:1.5em;line-height:1.5em;max-width:80%}.mnt-footer{display:flex;height:78px;color:#fff;background-color:#174092;width:100%;justify-content:center;align-items:center;text-align:center;padding:15px;box-sizing:border-box;font-size:1.1em}.mnt-footer a{color:#fff;text-decoration:none}@media screen and (max-width:768px){.container{padding:0 10px}.mnt-header{padding:10px 0;justify-content:center}.mnt-header img{min-width:250px;width:auto;height:auto}.mnt-body h1{font-size:2.2em}.mnt-body span{font-size:1.4em;width:100%;max-width:100%}.mnt-footer{flex-direction:column;font-size:1.2em;padding:20px 10px;height:auto}}