body {
	margin: 0;
	padding:0;
	width:100%;
	font-size:23px;
	background-color: #000;
	color: #fff;
	font-family: "mullerregular", Arial, sans-serif;
/*	text-transform: uppercase;*/
}

#container  {
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
	
	display: flex;
}

#container > div:first-child {
	width:100%;
	text-align:center;
}

.title {
	text-align:left;
}

.close-button-container {
    text-align: right;
    width: 50px;
    padding-right: 20px;
}

.agree-button {
	margin-top:20px;
    width: 330px;
    height: 55px;
    background: #B66850;
    color: #ffffff;
    font-size: 23px;
    border-radius: 47px;
    font-weight: 300;
    line-height: 55px;
    cursor: pointer;
    outline: none;
    border: none;
    text-decoration: none;
    margin-bottom: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;	
}

a {
	color: #2481ff;
}

.close-button {
	font-size: 30px;
}

/* For Mobile */
@media  (max-width: 480px) {
	body {
		font-size:17px;
	}   

	.close-button-container {
	
	}	
	
	.agree-button {
		font-size: 17px;
		height: 40px;
		line-height: 30px;
	}
	
	.close-button {
		font-size: 25px;
	}
}
 