* {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 500;
    font-size: 13px;
    color: #182026;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    padding: 30px;
}

.container {
    max-width: 616px;
    margin: 2% auto 0;
}

h6 {
    margin-bottom: 5px;
    text-transform: uppercase;
}

a {
    color: #117FFF;
    text-decoration: none;
    cursor: pointer;
}

span {
    font-size: 11px;
    color: #6E7E89;
}

p span {
    font-size: 13px;
    color: #182026;
}

.grey {
    color: #6E7E89;
}

a:hover {
    text-decoration: underline;
}

.bold {
    font-weight: 700;
}
