#popup_notification
{
	display: none;
	flex-direction: column;
	align-items: center;
	position: fixed;
	z-index: 10;
	box-shadow: rgb(150, 150, 150) 2px 2px 5px;
	padding: 10px;
	border-radius:5px;
}

#popup_notification p:first-of-type
{
	font-size: 22px;
}

#popup_notification p:nth-of-type(2)
{
	font-size: 20px;
	margin-top: 5px;
}

#popup_notification button
{
	margin-top: 10px;
	padding: 3px;
}

#popup_notification img
{
	height: 20px;
	margin-right: 2px;
	vertical-align: baseline;
}