@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@600&display=swap");
body {
    background: #111;
    font-family: Source Code Pro;
    color: #fff;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}