body{
font-family:Inter,system-ui,sans-serif;
background:#010101;
color:#f2f2f2;
}


.list-group-item{
background:transparent;
color:#f2f2f2;
font-size:1rem;
}

.list-group-item:hover{
background:transparent;
color:#f1f1f1;
font-size:1rem;
}

.container{
max-width:700px;
}

a{
text-decoration:none;
color:#f2f2f2;
}

a:hover{
color:#f1f1f1;
text-decoration:underline;
}

pre,
code{
background:#030303;
border-radius:6px;
}

pre{
padding:8px;
overflow:auto;
}

img{
max-width:100%;
height:auto;
}

