﻿.notification {
	FONT-WEIGHT: 600;
	padding: 20px;
	background-color: rgb(187, 1, 2);
	font-size: 24px;
	color: white;
	border-bottom: 3px;
	width: 50%;
	border: 1px solid #888;
	margin: auto;
}

.notfication-icon {
	float: left;
	align-self: center;
}

.information {
	text-align: center;
	background-color: rgb(8, 106,230);
}

.notification-text {
	margin-left: 20px;
}

.modal {
	top: 0px;
	width: 100%;
	position: fixed;
	height: 100%;
	opacity: 1;
	background: rgba(0,0,0,0.5);
	z-index: 1000;
	padding-top: 8rem;
}
