.infowrap{
    width: 100%;
    margin: 0 auto 5px auto;
    background: var(--tb-bg);
    text-align: justify;
    padding: 20px;
}

.danketext{
	width: 100%;
    box-sizing: border-box;
    text-align: justify;
    margin: 10px 0px 20px 0px;
}

.credituser{
	margin-bottom: 15px;
}

.creditname{
	font-family: var(--tb-head);
    font-size: 18px;
}

.creditname a:link, .creditname a:hover, .creditname a:visited{
	font-family: var(--tb-main);
    font-size: 18px;
	color: var(--tb-hl1);
	text-decoration: none;
	text-transform: uppercase;
}

.creditname ::after{
content:' ♡';
}

.creditthings{
	display:flex; flex-direction: row; column-gap: 10px; flex-wrap: wrap; margin-top: -5px;
}

.creditthings a:link, .creditthings a:hover, .creditthings a:visited{
	color: var(--tb-txt); 
}

.creditthings a::before{
	content:'» ';
	color: var(--tb-hl1);
}
		