* {
    margin: 0;
    padding: 0;
    font-family: "Roboto Mono", monospace;
    font-style: normal;
    font-weight: 400;
    vertical-align: middle;
    color: #32353e;
}

html, body {
    background-color: #ffffff;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 900px;
    height: 100vh;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}

.links {
    margin-top: 10px;
    display: flex;
    column-gap: 10px;
}

.space {
    margin-top: 20px;
    margin-bottom: 20px;
}

.li-item {
    display: inline;
    vertical-align: baseline;
    align-items: center;
    column-gap: 10px;
    color: #4b4e57;
}

.lang-blob {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: -7px;
}

h1 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}

h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}

p, span, a, li, ul {
    font-size: 18px;
    color: #4b4e57;
    vertical-align: baseline;
}

ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: baseline;
    list-style-position: inside;
    row-gap: 15px;
    padding-top: 5px;
    padding-left: 5px;
}

a {
    color: #477476;
    font-weight: 600;
    text-decoration: none;
}

::selection {
    background: #47747655;
}
