@import url('https://fonts.googleapis.com/css2?family=Pattaya&display=swap');

body {
	justify-content: center;
	font-family: 'Pattaya', sans-serif;
	font-size: 8em;
	text-shadow: 0 0 0.1em black;
	background: border-box radial-gradient(pink, crimson);
	height: 100vh;
}
div#content {
	margin: auto;
	text-align: center;
}
img.photo {
	max-width: 100%;
	margin: 10px auto;
}
img#heart {
	max-width: 50vw;
	max-height: 50vh;
	margin-bottom: 20px;
}
div#anna {
	color: #f5ee31;
}

div#andrey {
	color: #99ccd2;
}

div.sign {
	color: #2e2e52;
}

a.title {
	font-size: 0.25em;
	text-decoration: none;
	color: #2e2e52;
}

a.tothemainpage {
	display: inline-block;
	font-size: 0.25em;
	background-color: #f5ee31;
	color: black;
	text-decoration: none;
	padding: 0.4em;
	border-radius: 0.4em;
	color: #2e2e52;
}

@media screen and (min-width: 481px) {
  body {
    font-size: 7em;
  }
}

@media screen and (min-width: 769px) {
  body {
    font-size: 9em;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 4em;
  }
}