@charset "UTF-8";
link {
	color: #71CFF5;
}
h1 {
	font-size: 14px;
	color: #FFFF41;
}
body {
  height: 1920px;
  background-image: url("/images/IMG-20210503-WA00032.jpg");
  background-size: cover;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}