@font-face {
    font-family: Amazon-Ember;
    src: url(9565f255210fd067ab56.woff2) format("woff2");
    font-weight: 300;
}
@font-face {
    font-family: Amazon-Ember;
    src: url(a15450d30181d6c2fa7d.woff2) format("woff2");
    font-weight: normal;
}
@font-face {
    font-family: Amazon-Ember;
    src: url(80cee3be60229888741e.woff2) format("woff2");
    font-weight: 500;
}
@font-face {
    font-family: Amazon-Ember;
    src: url(08ec61cd70f6363df2b2.woff2) format("woff2");
    font-weight: bold;
}
@font-face {
    font-family: Amazon-Bookerly;
    src: url(9d757fa6eb61115181a2.woff2) format("woff2");
    font-weight: normal;
}
html {
    height: 100%;
    overflow-y: hidden;
}

body {
    font-family: 'Amazon-Ember';
    height: 100%;
    display: flex;
    flex-direction: column;
}
#root {
    flex-grow: 1; 
    display: flex;
    flex-direction: column;
    height: 100%;
}
main {
    flex-grow: 1; 
    height: 100%;
}

.center {
    margin: auto;
    justify-self: center;
    align-self: center;
}
