*{box-sizing:border-box}html{overflow:hidden}body,html{height:100%;margin:0;padding:0}body{font-family:Nunito,sans-serif}.landing-page-parent{width:100%;height:100vh;display:flex;justify-content:center;color:#fff;background-color:#052838}.center-content{display:flex;flex-direction:column;flex:0 1 auto;width:600px;min-width:300px;height:100%;background-color:#044457;z-index:1}.header-container{display:flex;flex-direction:column;justify-content:space-between;height:250px;margin:20px 25px 0;padding:0 30px;border-bottom:1px solid #fff}.header-container h1{display:flex;justify-content:center;align-content:center;align-self:center;width:350px;max-width:100%}.header-container .subheader{font-size:28px;text-align:center}.link-container{display:flex;flex-direction:column;gap:20px;width:auto;padding:30px 60px;overflow-y:auto}.button-link{display:flex;justify-content:center;align-items:center;background-color:#fafafa;width:auto}.button-link,.disabled-overlay{height:90px;min-height:50px;border-radius:5px}.disabled-overlay{position:relative;background-color:hsla(0,100%,99%,.1)}.disabled-overlay .button-link{background-color:inherit;height:100%;width:100%}.disabled-overlay .overlay-text{position:absolute;font-size:18px}.button-link Image{width:200px;height:auto}.footer{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-end;text-align:center;margin-bottom:5px}.footer a:link,.footer a:visited{color:#00a1aa}.background-animation{position:absolute;height:auto;width:100vw;z-index:0}