.modal {
	display: none;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #888;
	width: 295px;
	border-radius: 16px;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	color: #424F6A;
	text-align: center;
	font-family: Montserrat;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	line-height: 155%;
}

.gif-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}

.close {
	display: flex;
	flex-wrap: wrap;
	color: #424F6A;
	justify-content: flex-end;
	font-size: 28px;
	font-weight: bold;
	padding: 0 0 10px 0;
	width: 100%;
}

.close:hover,
.close:focus {
	text-decoration: none;
	cursor: pointer;
}

#notificationText {
	width: 100%;
}

#notificationGif {
    width: 100px;
    height: 100px;
}