
    * {
      box-sizing: border-box;
    }

body, html {
	height: 100%;
}

body {
	font-family: 'IBM Plex Sans', sans-serif;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	margin: 0;
}

.container {
	max-width: 62rem;
	margin: 0 auto;
	padding: 4rem 1rem;
}

.social {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1.5rem;
}

.social a {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
    line-height: 0;
}

.social a:hover {
	transform: scale(1.075);
}

svg {
    fill: #ffffff;
    width: 2rem;
    height: 2rem;
}

.embed {
	margin-top: 3rem;
	margin-bottom: 3rem;
	display: flex;
	gap: 3rem;
	flex-direction: row;
	margin-left: auto;
	margin-right: auto;
}


@media screen and (max-width: 900px) {
	.embed {
		flex-direction: column;
		max-width: 30rem;
	}
}

iframe {
	aspect-ratio: 1;
	width: 100%;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.profile {
	margin: 0;
	width: 14rem;
	margin: 0 auto;
	aspect-ratio: 1;
	border-radius: 100%;
	background-image: url('magicfabe.png');
	background-position: center;
	background-size: cover;
	max-width: 70%;
}

.links {
	margin-top: 2rem;
	list-style: none;
	padding: 0;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}

.links a {

	color: #aaaaaa;
	text-decoration: none;
}

.links a:hover {
	color: #cccccc;
}

.player {
  user-select: none; /* Standard syntax */
  -webkit-user-select: none; /* For Safari */
  -moz-user-select: none;    /* For Firefox */
  -ms-user-select: none;     /* For Internet Explorer/Edge *
}
