@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Work+Sans:300,400,500,600,700');

body {
	background-color: #0d0d0d;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	font-family: "Open Sans", sans-serif;
	font-style: normal;
	margin-top: 100px;
}

.text{
    font-weight: 500;
    color: #FFF;
    margin-bottom: -15px;
}

.subtext-a{
	font-weight: 100;
	color: #a1a1a1;
	font-style: italic;
	white-space: pre-wrap;
	font-variant-numeric: tabular-nums;
}

.subtext-b{
	margin-top: 35px;
	font-weight: 100;
	color: #a1a1a1;
	font-style: italic;
	white-space: pre-wrap;
	user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	font-variant-numeric: tabular-nums;
}

.highlight{
	color: #e9e9e9;
	font-style: normal;
	font-weight: 400;
	user-select: all;
	-webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
	font-variant-numeric: tabular-nums;
}