@import url(https://cdn.jsdelivr.net/npm/firacode@6.2.0/distr/fira_code.css);

@view-transition {
    navigation: auto;
}

body {
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
    background: linear-gradient(#1c3455, #293e39);background-attachment: fixed;
    overflow-x: hidden;
    font-family: 'Fira Code', monospace;
}

p, div, h1, h2, h3 {
    color: rgb(255, 255, 244);
    transition: opacity 0.4s;
    line-height: 150%;
}

::selection {
    background: rgba(232, 209, 255, 0.3)
}

a {
    color: lightblue
}

a:visited {
    color: lavender
}

h2 {
    font-size: 1.2rem;
    letter-spacing: 0.01ch;
    font-weight: bold;
    margin: 0.5rem 0 -0.5rem 0;
}

h3 {
    font-size: 1rem;
    letter-spacing: 0.01ch;
    font-weight: bold;
    margin: 1rem 0 -0.5rem 0;
}

li {
    line-height: 175%;
}
