@import url(https://fonts.googleapis.com/css2?family=Inter&display=swap);

body {
    font-family: Inter, sans-serif;
    line-height: 1.4;
    font-size: 1.25em;
    background-color: rgba(0, 0, 0, .02)
}

.content {
    padding: 20px;
    max-width: 600px;
    margin: auto;
}

h1 {
    margin-top: 0;
    font-size: 2em
}

a {
    color: #357edd;
    text-decoration: none;
    transition: all .2s ease-in-out
}

a:hover {
    opacity: .5
}

::selection {
    background: #ffb7b7;
}

::-moz-selection {
    background: #ffb7b7;
}