@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300&display=swap');

body {
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	background: #81acaa;
}

a {
	text-decoration: none;
	color: black;
}

a.hover .visited {
	text-decoration: none;
	color: black;
}

.btn-insta {
  color: #fff;
  border: transparent;
  background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.btn-insta:hover {
  color: #fff;
  background:linear-gradient(145deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  border-color: #146c43;
}