@keyframes bgcolor {
	0% {
		background-color: #45a3e5
	}

	30% {
		background-color: #66bf39
	}

	60% {
		background-color: #eb670f
	}

	90% {
		background-color: #f35
	}

	100% {
		background-color: #864cbf
	}
}

body {
	/* -webkit-animation: bgcolor 20s infinite;
	animation: bgcolor 10s infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate; */
	background-color: #943749;
	font-family: 'Poppins', sans-serif;
}

#title {
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 50px;
	color: white;
}

#name,
#pin {
	width: 50%;
	padding: 12px 0px;
	margin: 8px 0;
	display: block;
	border: none;
	border-radius: 20px;
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	text-align: center;
}

#label {
	display: block;
	text-align: center;
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	color: white;
}

#host {
	color: white;
	text-decoration: none;
}

#host:hover {
	text-decoration: underline;
}

#joinButton {
	width: 50%;
	color: white;
	padding: 14px 20px;
	margin: 8px 0;
	border: none;
	border-radius: 17px;
	cursor: pointer;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 20pt;
	background-color: #0c1c21;
	font-family: 'Poppins', sans-serif;
}

/* OLD FONT font-family: 'Raleway', sans-serif;*/
/* @import url("https://fonts.googleapis.com/css?family=Raleway"); */

@font-face {
	font-family: 'Poppins';
	font-style: medium;
	src: url('fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	src: url('fonts/pxiEyp8kv8JHgFVrJJnecmNE.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	src: url('fonts/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
}

@font-face {
	font-family: 'Poppins';
	font-style: medium;
	src: url('fonts/pxiEyp8kv8JHgFVrJJfecg.woff2') format('woff2');
}

@font-face {
	font-family: 'Bookman Old Style';
	font-style: normal;
	src: url('fonts/BOOKOS.ttf') format('truetype');
}