/* COMMON */

html,
body {
  
}

body {
	background-color: #000000;
	background-image: url('../img/bg_streamexp.jpg');
	background-repeat: repeat, no-repeat;
	color: #FFFFFF;
	font-family: Helvetica;
	height: 100vh;
	width: 100vw;
	text-align: center;
}

.exchangeModal {
	color:black;
}