
body {
	font-family: didot;
	color: #d4a601;
	padding: 40px;
	text-align: center;
	font-size: 20px;
	
}


.gradient-text {
	
	color: #ff0000; 
	font-size: 130px;
	font-family: copperplate;
	font-weight: bold;
	background-image: linear-gradient(to right, #f9f295, #e0aa3e, #faf398, #b88a44); 
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

a {
	color: #2563eb;
	font-weight: 600;
}

.element-with-background {
	background-image: linear-gradient(rgba(100, 100, 100, 0.5), rgba(100, 100, 100, 0.5)), url('https://t4.ftcdn.net/jpg/02/40/00/41/360_F_240004186_XesyhntPKicoU9DLfGDnL4tkJrIEAKxY.jpg');
	background-size: cover;
 	width: 100%;
	height: 400px;
	background-attachment: fixed;
}
