@font-face{
    font-family: 'FreeSerif';
    src: url(FreeSerif.otf);
}

html
{
    height: 100%;
}
body{
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
}
/*
    Trick for footer
*/
body::after{
    content: '';
    display: block;
    height: 80px;
}

a:hover {
    box-shadow: inset 0 -2px 0 0 #346734;
}
main{
    padding-left: 2%;
    padding-bottom: 50px;
}
ul{
    list-style-position: inside;
    margin-left: 20px;
}
li{
    padding: 0;
}
h1{
    color: #346734;
    font-size: 2.6em;
    margin-bottom: 0.4em;
    font-family: FreeSerif;
}
h2{
    color: #346734;
    font-size: 1.8em;
    font-family: FreeSerif;
}
h3{
    color: #346734;
    font-family: FreeSerif;
}
p{
    color: #333;
    font-size: 1.2em;
    margin-top: 0;
    font-family: FreeSerif;
}

ul {
    padding: 0;
}

hr {
    color: #346734;
}

a {
    font-weight: 700;
    color: #346734;
    text-decoration: none;
    font-size: 1.2em;
    font-family: FreeSerif;
}

.spanlink{
    font-weight: 700;
    color: #346734;
    font-size: 0.94em;
    text-align: start;
}
.fullimgh{
    height: 100%;
}
.fullimgw{
    width: 100%;
}
.imgcenter{
    display: flex;
    height: 100%;
    margin: auto;
}
blockquote {
	border-left: 4px solid #333;
}
pre{
    background-color: #bbb;
    border-radius: 1em;
    width: max-content;
    padding: 1em;
}
aside{
    margin-left: auto;
    margin-right: 20px;
    width: 320px;
}
article{
    /*TODO: Looks bad on mobile*/
    max-width: 60%;
}
#rss {
	position: absolute;
	width: 30px;
	bottom: 120px;
	left: 40px;
}
