@font-face {
    font-family: 'Amazon Ember';
    font-weight: 400;
    font-style: normal;
    src: url('AmazonEmber_W_Rg.woff2') format('woff2'), url('AmazonEmber_W_Rg.woff') format('woff');
}

@font-face {
    font-family: 'Amazon Ember';
    font-weight: 700;
    font-style: normal;
    src: url('AmazonEmber_W_Bd.woff2') format('woff2'), url('AmazonEmber_W_Bd.woff') format('woff');
}

html {
    height: 100%;
}

body {
    background: url('cubes.png') no-repeat bottom right, #ffffff;
    color: #232f3e;
    padding: 2em;
    font-family: 'Amazon Ember', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

a {
    color: #007eb9;
    text-decoration: none;
}

a:visited {
    color: #005b86;
}

a:hover {
    color: #e47911;
    text-decoration: underline;
}

h1 {
    margin-top: 0;
    font-size: 40px;
    line-height: 48px;
}

table {
    border-spacing: 0;
    margin: 2em 0;
    white-space: nowrap;
}

th, td {
    padding-right: 1em;
}

th {
    text-align: left;
    border-bottom: 1px solid #d5dbdb;
}

.aws-logo {
    margin-top: 1em;
    height: 30px;
}

.signing-key {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3em;
}

@media screen and (max-width: 767px) {
    body {
        background: #ffffff;
        padding: 1em;
    }

    h1 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 400;
    }
}
