	body{
		font-family:Montserrat;
	}
	
	
	.cookies-alert{
		width:700px;
		position:fixed;
		margin-left:20px;
		bottom:0;
		z-index:1000;
		background:#00144F;
		border:1px solid;
		border-color:#000000;
		color:#ffffff;
		
	}
	
	
	.cookies-container{
		width:600px;
		margin-left:50px;
		
		
		
	}
	
	.cookies-accept{
		border:0;
		background:#ffffff;
		width:250px;
		height:50px;
		color:#000000;
		margin-bottom:20px;
		cursor:pointer;
	}
	
	p{
		font-size:20px;
		font-weight:700;
	}