#root,body,html{height:100%;width:100%;background-color:#fdfdfd}body{padding:0;margin:0}#root{height:100%;display:flex;justify-content:center;text-align:center;flex-direction:column}#logo-div{display:flex;flex-direction:row;justify-content:center}#tile-logo{width:644px;height:228px}@media (max-width:767px){#tile-logo{width:322px;height:76px}}@media (max-width:375px){#tile-logo{width:240px;height:98px}}#header{display:flex;flex-direction:row;justify-content:space-between;padding:2rem 4rem 0 4rem}#social-links-wrapper{display:flex;list-style-type:none;margin:0;align-items:center;background:0 0;color:#418fde;margin-top:10px;justify-content:center;gap:10px}#social-links-wrapper>a{margin:0 .5rem}#social-links-wrapper>a>svg:hover{fill:#418fde}