html{overflow-x:hidden;box-sizing:border-box}*,:after,:before{box-sizing:inherit}#root{font-family:"Amazon Ember",Arial,sans-serif}.error,.error>*{color:#ad0a30}.button,button{font-weight:700;font-size:16px;text-decoration:none;line-height:20px;background:none;padding:8px 16px;cursor:pointer;border:2px solid;border-radius:4px;color:#fff;transition:.3s}.button:hover,button:hover{background:#fff;color:#3a52af}.loader{display:flex;justify-content:center;align-items:center;grid-area:loaded-content}.width{max-width:900px;width:100%}#page{min-height:100vh;background:url(/static/media/jellyfish.79121d26.jpg) no-repeat;background-size:cover;display:grid;grid-template-areas:"nav" "main" "footer ";grid-template-rows:auto 1fr auto}#nav{grid-area:nav;color:#232f3e;font-size:16px;font-weight:400;line-height:24px;background-color:rgba(0,0,0,.3);overflow:hidden;z-index:30;padding:8px 16px;justify-content:space-between}#nav,#nav a.logo{display:flex;align-items:center}#nav a.logo{padding:0 16px;border-radius:4px;outline:none;color:#fff;text-decoration:none;transition:.3s}#nav a.logo img{height:24px;margin-right:16px}#nav a.logo h1{font-size:24px}#nav a.logo:hover{background:hsla(0,0%,100%,.1)}#nav .thumbnail{height:48px;width:48px;object-fit:cover;border-radius:90px}#main{grid-area:main;padding:36px 32px 0}#main>*{margin-bottom:16px}#footer{grid-area:footer;margin:32px 32px 0;display:flex;justify-content:center;font-size:14px}#footer .content{display:grid;align-items:center;grid-template-columns:1fr auto auto auto;grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px;padding:16px 0;color:#fff}#footer .content>a{color:#fff;transition:.3s}#footer .content>a:hover{color:#3a52af}.apiCrash #main{background:hsla(0,0%,100%,.4)}.apiCrash #main h1,.apiCrash #main h2,.apiCrash #main h3,.apiCrash #main h4,.apiCrash #main h5,.apiCrash #main h6,.apiCrash #main p{color:#ad0a30}.error404 #main{background:hsla(0,0%,100%,.4);color:#ad0a30}.home .content{margin:0 auto;height:100%}.call-the-api #main,.home .content{display:flex;justify-content:center;align-items:center}.call-the-api #main{color:#fff;flex-direction:column}.call-the-api #main .content{width:100%;max-width:900px;display:grid;grid-template-areas:"heading" "form" "loaded-content" "download";grid-template-rows:auto auto minmax(400px,1fr) auto}.call-the-api #main ol{grid-area:loaded-content;background:rgba(0,0,0,.3);padding:24px 32px 24px 48px}.call-the-api #main ol li{margin:16px 0;padding:4px 8px;transition:.3s}.call-the-api #main ol li:hover{background:rgba(58,82,175,.5)}.call-the-api #main ol li a{text-decoration:none;color:#fff;font-size:18px;width:100%}.call-the-api #main button{width:100%}