body {
    background: black; 
    -webkit-font-smoothing: antialiased;
    padding: min(3%, 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1, h2, h3, h4, p, li, a, div {
    color: white;
    font-family: var(--typography-html-font,"SF Pro Text",system-ui,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Helvetica","Arial",sans-serif);
}

.code {
    color: white;
    background-color: #1a1a1a;
    text-wrap: wrap;
    border-radius: 10px;
    padding: 10px;
}

h1 {
	line-height: 30px;
}

a {
    cursor: pointer;
}

.glow:hover {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff;
}

img {
    border-radius: 6px;
}