@charset "utf-8";
html{
	scroll-behavior: smooth;
}
body {
	background-image: -webkit-linear-gradient(0deg,rgba(255,221,0,1.00) 0%,rgba(137,255,139,1.00) 50.78%,rgba(0,44,255,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(255,221,0,1.00) 0%,rgba(137,255,139,1.00) 50.78%,rgba(0,44,255,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(255,221,0,1.00) 0%,rgba(137,255,139,1.00) 50.78%,rgba(0,44,255,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(255,221,0,1.00) 0%,rgba(137,255,139,1.00) 50.78%,rgba(0,44,255,1.00) 100%);
	color: rgba(6,14,79,1.00);
}
.div1 {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(44,166,255,0.88);
	text-align: center;
	line-height: 60px;
	position: fixed;
	bottom: 100px;
	right: 100px;
}

.div1 a {
	text-decoration: none;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
}
