body {
    background-color: #3D402F;
    color:#F3E8D3;
    font-family: 'Comic Sans MS', serif;
    margin: 40px 80px 40px 80px;

}

.picture_left {
    float:left;
    margin-right: 20px;
}

.picture_right {
    float:right;
    margin-left: 20px;
}

a {
    color: #78935d;
    text-decoration: none
}

a:hover {
    color:#73ae39;
    text-decoration: underline
}
h2 {
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(186, 211, 147, 0.1),
    3px 4px 4px rgba(184, 211, 147, 0.15),
    4px 6px 4px rgba(185, 211, 147, 0.2),
    5px 8px 4px rgba(177, 211, 147, 0.219);
}
h1 {
    font-size: 50px;
    font-weight: 600;
    background-image: linear-gradient(45deg, #447644, #3fd650);
    color: transparent;
    background-clip: text;
   -webkit-background-clip: text;
}

table {
    background-color: #6a7050fb;
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse; 
}
table th {
	font-weight: bold;
	padding: 5px;
	background: #3e9050;
	border: 1px solid #006633;
}
table td {
	border: 1px solid #076600;
	padding: 5px;
}
table tr td:first-child, .table tr th:first-child {
	border-left: none;
}
table tr td:last-child, .table tr th:last-child {
	border-right: none;
}
nav {
    font-size: 20px;
}
a.active {
    font-weight: bold;
}

a.active {
    font-weight: bold;
    color:#73ae39;
}

.sod {
    font-size: larger;
}