tetsu-float h1:first-child {
	margin-top: calc(var(--rvh) * 0.5);
}

a#steam:hover {
    filter: brightness(110%);
}
a#steam img {
    height: 4em;
    margin-top: 0.2em;
	border-radius: unset;
}

img-gallery {
    margin: 2em 0 1.5em 0;
}

#login > div {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: space-between;
}

#login > h1 {
	margin-bottom: 0.3em;
}

#login > div:first-child {
	margin-bottom: 0.25	em;
}
