@import url(https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Slab:wght@500&display=swap);:root{--blue-green-1:#b7effe;--blue-green-2:#68a6b7;--blue-green-3:#346674;--blue-green-4:#13333c;--black:#000101;--blue-1:#bcd4ff;--blue-2:#738ebf;--blue-3:#3c537c;--blue-4:#172640;--sea-green-1-trans:#b5ffdf1c;--sea-green-1:#b5ffdf;--sea-green-2:#6dc39e;--sea-green-3:#378061;--sea-green-4:#13422e}html{height:100%}body,html{margin:0;width:100%}body{background-color:var(--blue-4);display:flex;flex-flow:column;font-family:Roboto,sans-serif;min-height:100%}.pane{background-color:var(--sea-green-1-trans);box-shadow:inset 3px 5px 15px 5px #ffffff2e;margin:.3rem;padding:1.5rem}h1{color:var(--blue-1);font-weight:700;margin:1rem;text-shadow:.01em .02em 0 var(--blue-4)}.header{align-items:center;animation-direction:alternate;animation-duration:10s;animation-iteration-count:infinite;animation-name:header-color-transition;display:flex;flex-flow:column;font-family:Roboto Slab,serif;font-size:3rem;line-height:2em}@keyframes header-color-transition{0%{background:#446661}to{background:var(--blue-green-3)}}.email{background:var(--blue-green-4);color:var(--blue-1);font-size:1.5rem;font-weight:400;line-height:1rem;margin:1rem;outline:none;padding:1rem;text-decoration:none}.radiused{border-radius:.5rem}li{list-style-type:circle}.body h2{margin:0;padding:0}.body{background:transparent;color:var(--blue-1);display:flex;flex-flow:column;flex-grow:1;font-size:1.5em;padding:1em 8em}.submarine{height:100%;overflow:hidden;width:100%;z-index:-1}#svg2,.submarine{position:absolute}#svg2{animation-duration:40s;animation-iteration-count:infinite;animation-name:submarine-move;top:40%;width:1000px}@keyframes submarine-move{0%{left:100%}to{left:-1001px}}@media (max-width:700px){body{font-size:.8rem}.header{font-size:2.2rem;margin:0}.email{font-size:1rem}li{list-style-type:none;margin-bottom:1em}ul{margin:1em 0 2em;padding-left:0}.body{padding:1em}}