body {
    /* Hier komt custom styling */
}

.link-text {
	color: #EC6602 !important;
	transition: .3s ease !important;
}
.link-text:hover {
	color: #fe8b35 !important;
}