.container{
    width: var(--farwidth);
    margin:auto;

}

.thincontainer{
    width: var(--width);
    margin:auto;

}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px; 


  }


b {
	font-weight: 700;
}
i {
	font-style: italic;
}
ul {
	list-style: circle;
    list-style-position: inside;
}
ol {
	list-style: decimal;
    list-style-position: inside;
}