* {
    box-sizing: border-box;
}

html,
body {
    background: #2e3356;
    color: #fff;
}

body {
    margin: 8px;
}

a {
    color: #de2d00;
    text-decoration: underline;
}

a:hover,
a:active {
    color: #223bcc;
}

/* From https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034 */
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
