body {
    background-color: black;
    color:aliceblue;
    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: #B90E0A;
    text-decoration: none
}

a:hover {
    color:blue;
    text-decoration: underline
}
h2 {
    font-size: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(211, 147, 147, 0.1),
    3px 4px 4px rgba(211, 147, 147, 0.15),
    4px 6px 4px rgba(211, 147, 147, 0.2),
    5px 8px 4px rgba(211, 147, 147, 0.219);
}
h1 {
    font-size: 50px;
    font-weight: 600;
    background-image: linear-gradient(45deg, #B90E0A, white);
    color: transparent;
    background-clip: text;
   -webkit-background-clip: text;
}

table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse; 
}
table th {
	font-weight: bold;
	padding: 5px;
	background: #800000;
	border: 1px solid #660000;
}
table td {
	border: 1px solid #660000;
	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;
    color:blue;
}

.sod {
    font-size: larger;
}