
.intro {
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-weight: 100;
	width: 100%;
	margin-top: 40vh;
	margin-bottom: 50vh;
	text-align:center;
	font-size: 3rem;
}

.button-container {
	display: grid;
	grid-template-columns: repeat(5, 3rem);
	color: white;
	position: fixed;
	top:0px;
	left: 0px;
	padding: 0px;
	width: 100%;
	margin-left: 1rem;
	background-color: rgba(0,0,0,0.0);
	font-size: 1rem;
	font-weight: 100;
	background-image: linear-gradient(black, transparent 110%);
}

.button-color {
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	margin: 1rem;
	outline-width: 0px;
	outline-style: solid;
	outline-color: white;
	border: 0;
}

.btn-selected {
	outline-width: 2px;
}

.end-header {
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-weight: 100;
	width: 100%;
	text-align:center;
	font-size: 50px;
}
.end-container {
	margin-top: 40vh;
	display: grid;
	width: 100%;
	margin-bottom: 40vh;
}

.btn-link {
	margin: auto;
	padding: 1em;
	padding-left: 3em;
	padding-right: 3em;
	border-radius: 15px;
	border: 0;
	color:white;
	font-weight: 300;
	font-size: 25px;
	background-color: rgba(29, 78, 216, 1.0);
}

.btn-link:hover {
	background-color: rgba(59, 105, 256, 1.0);
}

#btn-ring-1, #btn-text-1 {
	background-color: rgb(255, 214, 100);
	box-shadow: 0 0 12px 5px rgb(255, 140, 5); /* Adjust the values and color as needed */
}

#btn-ring-2, #btn-text-2 {
	background-color: rgb(122, 255,  122);
	box-shadow: 0 0 12px 5px rgb(64, 255,  64); /* Adjust the values and color as needed */
}

#btn-ring-3, #btn-text-3 {
	background-color: rgb(148, 210, 255);
	box-shadow: 0 0 12px 5px rgb(98, 160, 255); /* Adjust the values and color as needed */
}

#btn-ring-4, #btn-text-4 {
	background-color: rgb(255, 120, 55);
	box-shadow: 0 0 12px 5px rgb(255, 50, 0); /* Adjust the values and color as needed */
}

.description {
	color: white;
	font-weight: 100;
	width: max(20%, 20rem);
	margin-left: min(20%, 30px);
	margin-top: 110vh;
	margin-bottom: 60vh;
	text-align:left;
	font-size: 20px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

.canvas {
    position: fixed;	
	left: 0px;
	top: 0px;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	z-index: -9999;
	overflow: hidden;

}