.editor__title{
	color: #102347;
	text-align: center;
	font-size: 24px;
	margin-bottom: 10px;
}
.editor__text{
	color: #445067;
}
.editor__text-light{
	color: #00285888;
}
.editor__action{
	color: #004394;
}
.editor__menu{
	color: #22386E;
}
.editor__background{
	background: #13409410;
	padding: 10px;
	border-radius: 5px;
}
.editor__blur{
	color: #87B1FF;
}

.editor__link {
    padding: 15px 30px;
}
.editor__link a {
    color: white;
	background-color: #004394;
    width: max-content;
	text-decoration: none;
    padding: 15px 30px;
    font-size: 14px;
    border-radius: 30px;
	transition: 0.3s;
	border: 1px solid #004394;
}
.editor__link a:hover {
	color: #004394;
	background-color: white;
	cursor: pointer;
}
