@import url('https://fonts.googleapis.com/css2?family=Aboreto&family=Baskervville:ital@0;1&family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Economica:ital,wght@0,400;0,700;1,400;1,700&family=Fredericka+the+Great&family=Manrope:wght@200;300;400;500;600;700;800&family=Nanum+Myeongjo:wght@400;700;800&family=Padyakke+Expanded+One&family=Rubik+Spray+Paint&family=Rufina:wght@400;700&family=Turret+Road:wght@200;300;400;500;700;800&display=swap');/*
font-family: 'Aboreto', cursive;
font-family: 'Baskervville', serif;
font-family: 'Cabin', sans-serif;
font-family: 'Fredericka the Great', cursive;
font-family: 'Manrope', sans-serif;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Padyakke Expanded One', cursive;
font-family: 'Rubik Spray Paint', cursive;
font-family: 'Turret Road', cursive;
*/

body{
	margin: 0;
	color: red;
	background: pink;
	align-items: center;
}

.title{
	font-family: "Rubik Spray Paint";
	font-size: 17vw;
	font-weight: 200;
	padding-top: 4vh;
	text-align: center;
	text-shadow: 1vw 1vw 0 red;
	animation: color-change 0.2s infinite;
}

@keyframes
color-change {
	0% {
		color: red;
	}

	50% {
		color: white;
	}

	100%{
		color: red;
	}
}

.border{
	font-family: "Manrope", sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	padding-top: 2vh;
	text-align: center;
	justify-content: center;
}

.subtitle{
	font-family: "Rubik Spray Paint";
	font-size: 1.2em;
	font-weight: 400;
	padding-top: 5vh;
	letter-spacing: 0.7em;
	text-align: center;
}
.bodytext{
	font-family: "Times New Roman", serif;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.7em;
	padding-top: 7vh;
	text-align: justify;
	animation: color-change 20s infinite;
}

.footnote{
	font-family: "Times New Roman", serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6;
	padding-top: 0vh;
	text-align: justify;
}