@font-face {
	font-family: 'Nixie One';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/nixieone/v16/lW-8wjkKLXjg5y2o2uUYV-ty.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container {
	background-color: rgba(41, 36, 25, 0.988);
	height: 100vh;
	width: 100vw;
	transition: text-shadow 2s;
	position: relative;
}

.v-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

.centered-logos {
	position: relative;
	display: flex;
	align-content: center;
	justify-content: center;
}

.centered-logos a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.centered-logos img {
	width: 10vmax;
}

.logo {
	position: absolute;
	top: 37.5vh;
	right: 48vw;

	width: 4vw;
	height: 25vh;
	text-align: center;
	font-size: 6vh;

	color: lightcyan;
}

@media all and (max-width: 900px) {
	.logo {
		position: relative;
		top: 0;
		right: -42.5vw;
		width: 2.1em;
		height: 2.3em;
	}

	.switchSource {
		position: relative;
		top: 1.1em;
		left: -1em;
	}

	.switchDestination {
		position: relative;
		top: -1.1em;
		left: 1em;
	}
}
.show {
	position: absolute;
	bottom: 0;
	right: 0;
	cursor: pointer;

	color: white;
}

.show-hover {
	display: none;
}

.show:hover .show-hover {
	display: block;
	position: absolute;
	bottom: 16px;
	right: 0;
}
.show-hover a {
	display: block;
	margin: 30px;
	width: max-content;
}