.av-style{
	width:100%;
	height:100%;
	position:fixed;
	z-index:100000;
	top: 0;
	left: 0;
	margin:0;
	background-color:rgba(85,85,85,0.9);
	
	
}

.fadein{
	animation: fadein 1.0s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.remove-circle-style{
	font-size: xx-large;
    color: white;
    position: absolute;
    right: 10px;
    
}

.av-head{
	background-color:rgba(0,0,0,0.5);
}

.av-head p{
	font-family: 'Coustard', serif;
	font-size: xx-large;
	text-align: center;
    color: white;
    padding-top: 30px;
    
}

.remove-circle-style:hover{
	color:gray;
}

