:root {
  overscroll-behavior: none;
}

body {
	background-color: #000000;
	color: white;

	p {
		padding: 0;
		margin: 0;
	}
}

header {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;

	h1 {
		font-family: "Pirata One", serif;
		font-weight: 400;
		font-size: 36px;
		font-style: normal;
	}
}

main {
	/*border: solid;*/
	/*border-color: red;*/
	/*display: flex;*/
	/*justify-content: center;*/
	padding: 0 10svw;

	.links {
		list-style: none;
		padding-left: 0;
		display: flex;
		gap: 30px;
	}

	.full-name {
		font-size: 20px;
		color: dimgray;
	}

	p {
		font-family: "EB Garamond", serif;
		font-size: 38px;
		font-optical-sizing: auto;
		font-weight: 400;
		font-style: normal;
	}

	a {
		font-size: 20px;
		text-decoration: none;
		color: hotpink;
	}
}
