body 
{
  color: white;
  margin: 0;
  text-align: center;
  background-color: black;
  cursor: crosshair;
}
canvas 
{
  display: block;
  width: 100%;
  height: 100%;
}
p 
{
  color: rgba(255,255,255, 0.5)
}
.header 
{
  top: 42%;
}
.header-content 
{
  padding: 50px;
  background-color: rgba(0,0,0,0.3);
  border-radius: 10px;
}
.footer 
{
  bottom:3%;
}
.description 
{
  color: gray;
  padding-top: 50px;
}
a, a:hover, a:visited 
{
  color: white;
  text-decoration: none;
} 
.disable-selection 
{
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.title-large::after 
{
  content: ' AI';
  font-size: 12px;
  position:absolute;
  padding-left: 5px;
  font-weight: 400;
}
h2::after 
{
  content: '2';
  font-size: 12px;
  position:absolute;
  top: 14px;
  padding-left: 5px;
}




.slide-button
{
	padding: 0 0.75em;

	font-size: 14px;
	text-align: center;
	text-decoration: none;

	color: rgba(255,255,255, 0.75);
	background: transparent;

	border: none;
	cursor: pointer;

	transform: translate(0%, -50%);
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.slide-button:hover
{
	color: white;
}

.slide-button:hover:before
{
	left: 0%;
	right: auto;

	width: 100%;
}

.slide-button:before
{
	z-index: -1;
	content: "";

	position: absolute;
	top: 0;
	right: 0;

	height: 100%;
	width: 0;

	background: #d60513;

	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

.footer
{
  position:absolute;
  bottom:0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.logo
{
  height: 1.3rem;
  width: 13px;
  margin-left: 13px;
  margin-right: 4px;
}


.logo-small
{
  width: 60px;
  margin-left: 13px;
  margin-right: 4px;
  margin-bottom: 10px;
}

.title-logo-box
{
  display: flex;
  align-items: center;
  justify-content: center;
}
