body {
	font-size: 1em;
}

.container {
	position: relative;
	width: 256px;
	height: 256px;
}

img.body {
	position: absolute;
}

img.eyes {
	position: absolute;
}

img.mouth {
	position: absolute;
}

img.arms {
	position: absolute;
}

img.hat {
	position: absolute;
}

img.front {
	position: absolute;
}

img.badge {
	position: absolute;
}

img.back {
	position: absolute;
}

canvas {
	height: 300px;
	width: 300px;
}

p#exportSaveMessage {
	font-size: 0.5em;
}

input#fullNeomojiName {
	width: 250px;
}

a.links {
	color: black;
}

h2.imprint {
	padding-top: 1em;
}

img.source {
	height: 25px;
	width: 25px;
	vertical-align:middle;
}

div.faq {
	text-align: justify;
}

div.faq h3 {
	padding-top: 0.75em;
}

ul.donation li {
	padding-top: 0.5em;
}

#export-container {
    position: relative;
    /* ... existing styles ... */
}

.export-header {
    position: relative;
    height: 30px;
}

.close-button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: transparent;
    color: #444;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-button:hover {
    color: #666;
}

@media (max-width: 768px) {
    .close-button {
        width: 40px;
        height: 40px;
        font-size: 28px;
    }
}
