@font-face {
    font-family: AmazonEmber;
    //src: url("https://a0.awsstatic.com/libra-css/fonts/amazon-ember/AmazonEmber_Lt.woff");
    font-weight: 400;
    font-style: normal;
    font-size: 12pt;
}

body {
    background: #236192;
    font-family: AmazonEmber, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #ffffff;
    max-width: 75em;
    
    //display: flex;
    flex-direction: column;
    //align-items: center;
    //justify-content: center;
    height: 100vh;
}

a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}