body {
    color: white;
    /*background-color: green;*/
    background-color: #06716C;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Cg %3E%3Ccircle fill='%2306716C' cx='50' cy='0' r='50'/%3E%3Cg fill='%2304776f' %3E%3Ccircle cx='0' cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%23057d71' cx='50' cy='100' r='50'/%3E%3Cg fill='%23098373' %3E%3Ccircle cx='0' cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%23108974' cx='50' cy='200' r='50'/%3E%3Cg fill='%23178e76' %3E%3Ccircle cx='0' cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%231f9476' cx='50' cy='300' r='50'/%3E%3Cg fill='%23289a77' %3E%3Ccircle cx='0' cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%2331a077' cx='50' cy='400' r='50'/%3E%3Cg fill='%233aa676' %3E%3Ccircle cx='0' cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%2343ab76' cx='50' cy='500' r='50'/%3E%3Cg fill='%234cb175' %3E%3Ccircle cx='0' cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%2356b774' cx='50' cy='600' r='50'/%3E%3Cg fill='%2360bc72' %3E%3Ccircle cx='0' cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%236ac271' cx='50' cy='700' r='50'/%3E%3Cg fill='%2375c76f' %3E%3Ccircle cx='0' cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%2380cc6c' cx='50' cy='800' r='50'/%3E%3Cg fill='%238bd16a' %3E%3Ccircle cx='0' cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%2397d668' cx='50' cy='900' r='50'/%3E%3Cg fill='%23a3db65' %3E%3Ccircle cx='0' cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23AFE063' cx='50' cy='1000' r='50'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: contain;
    max-width: 65%;
    margin: auto;
    text-align: left;
}


body {
  font-family: "Short Stack", cursive;
  font-weight: 400;
  font-style: normal;
}

.outline-2 h2 {
    font-family: "Playwrite DE Grund", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    margin-top: 70px;
}

a {
    color: orange;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.outline-2 h2 {
    margin-bottom: 3px;
}

.outline-2 h2 a {
    color: white;
    text-decoration: none;
}

.outline-2 h2 a:hover {
    color: orange;
    text-decoration: underline;
}

.pentry b {
    font-weight: 900;
    color: white;
}

.pentry tr {
    /*color: rgba(255, 255, 255, 0.685);*/
    color: #bdd9cb;
}

#content {
    background-color: rgba(0, 60, 40, 0.35);
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
    min-height: 100vh;
}

@media screen and (max-width: 800px) {
    body {
	max-width: 100%;
	/*margin-left: 10px;
	margin-right: 10px;*/
    }

    #content {
    }
}

#titlebar {
    text-align: center;
    
    ul {
	list-style: none;
	border: 2px solid white;
	border-radius: 6px;
	background: white;
	padding: 4px;
	font-weight: bold;
	display: flex;
	justify-content: space-around;
    }
    li {
	display: inline;
    }
}

.pimg {
    width: 200px;
    padding-right: 10px;
    align-self: flex-start
}

.pentry {
    margin-top: 20px;
    
    img {
	width: 200px;
	margin-right: 10px;
	border-radius: 10px;
    }
}

.pentry-links {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
    justify-content: center;

    a {
	display: inline;
	margin-left: 8px;
	margin-right: 8px;
    }
}

#toplogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

#titlebar .figure p {
    margin-top: 0;
}

#titlebar li a {
    text-decoration: none;
    color: rgb(150, 100, 100);
}

#titlebar li a:hover {
    text-decoration: underline;
}

#top-button {
    position: fixed;
    bottom: 15px;
    right: 15px;
    border: white 2px solid;
    border-radius: 3px;
    width: 45px;
    height: 35px;
    text-align: center;
    padding-top: 10px;
    color: white;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
