.migration__alert {
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #21aa8d;
	padding: 15px 20px;
	box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.45);
}

.migration__content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.migration__content p {
	margin: 0;
	padding: 0;
	color: white;
}

.migration__content a {
	color: #c7fd59;
	text-decoration: none;
}

.migration__content img {
	width: 50px;
	margin: 0 0 0 20px;
	user-select: none;
}

.migration__alert + .wrapper header {
	top: 60px;
}

.migration__alert + .wrapper main {
	position: relative;
	top: 50px;
}

@media screen and (max-width: 768px) {
	.migration__content img {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.migration__content p {
		font-size: 13px;
	}
}
