body {
    color: #60BF7C;
    width: 430px;
    background-color: #60BF7C;
    font-family: 'Regular';
    font-size: 12px;
    margin: 18px;
}

a {
	font-family: 'Bold';
	color: #FFDA6D;
  	text-decoration: none;
}

.background-content {
	background-color: #FFFFFF;
	border-radius: 20px;
	padding: 8px;
}

.title {
	font-family: 'Bold';
	color: #60BF7C;
	font-size: 20px;
}

.subtitle {
	font-family: 'Bold';
	color: #60BF7C;
	font-size: 15px;
}

.important {
	font-family: 'Bold';
}

.tight-list {
  padding-left: 12px;
}

#legal {
	font-family: 'Bold';
}

#welcome {
	color: #FFFFFF;
}

.corner-png {
	position: fixed;
  	bottom: 0;
  	right: 0;
  	margin: 10px;
  	z-index: 1000;
}

@font-face {
  	font-family: 'Regular';
  	src: url('Figtree-Regular.ttf');
}

@font-face {
  	font-family: 'Bold';
  	src: url('Figtree-Bold.ttf');
}
