.text {
	width: 95%;
	border: solid 3px var(--secondary-color);
	height: 80%;
	display: flex;
	justify-items: center;
	justify-self: center;
	justify-content: center;
	flex-direction: column;
	padding: 25px;
}

a,
h2 {
	text-decoration: none;
	color: var(--text-color);
}

.slider {
	justify-content: center;
}
