@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');

body {
	background: linear-gradient(90deg, #ffffff 0%, #ffdddd 50%, #ffffff 100%);
}
div.contents {
	width: 30em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img {
	width: 20em;
	align-self: center;
}
img.icon {
	width: 1em;
	vertical-align: middle;
}
p {
	font-family: Allura;
	font-size: 2.5em;
}
a {
	text-decoration: none;
}
h1 {
	display: block;
	width: 100%;
	font-family: Allura;
	font-size: 4em;
}

@media (min-width: 400px){
}
