@import url("/static/fonts/atkinson-hyperlegible/font.css");

:root {
	--accent-color: #4a69bd;
	--bg-color: #0c2461;
}

body {
	background-color: #0c2461;
	color: var(--accent-color);
	font-family: "Atkinson Hyperlegible", "Helvetica Neue", sans-serif;
	font-weight: bold;
}

footer {
	position: fixed;
	bottom: 5px;
	font-size: .75rem;
}

.greeting p {
	margin-top: 0;
	margin-bottom: -25px;
}

.name {
	color: white;
}

.mainText,
.mainText-pt {
	font-size: 8em;
}

li {
	font-size: 3em;
	margin-top: 0;
	margin-bottom: -5px;
}

img {
	position: absolute;
	right: 0%;
	bottom: 0em;
	width: 45vmax;
	opacity: .25;
}

a {
	text-decoration: none;
	color: var(--accent-color);
}

a:hover {
	color: white;
}

ul {
	list-style-type: none;
	margin-left: -2rem;
	position: fixed;
	bottom: 2rem;
}

.ipa {
	margin-top: 3rem;
	font-size: 2rem;
}

@media only screen and (max-width: 600px) {
	.mainText {
		font-size: 6em;
	}

	.mainText-pt {
		font-size: 5em;
		line-height: 1.4em;
	}
}