/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #ffdbe4;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #f797af;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #4d3438;
}
::selection{
	color:#f797af;
	background-color:#ffdbe4;
}
body{
	cursor:url("https://files.catbox.moe/bba874.gif"), auto;
}

@font-face {
  font-family: font;
  src: url(Winkle-Regular.ttf);
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.link{
	width: 780px;
	height: 55px;
	margin: auto;
	background-color: #ffe3ec;
}
.links-group{
	width: 740px;
	height: 40px;
	top: 10px;
	margin: auto;
}
.links{
	background-color: #ffc2d5;
	width: 50px;
	border: solid white;
	color: white;
	font-family: font;
	font-size: 16.7px;
}
.links:hover{
	background-color:#e4c3f7;
}

.yapping{
	width: 780px;
	margin: auto;
	font-family: font;
	font-size: 20px;
}
.loved{
	width: 780px;
	margin: auto;
	font-family: font;
	font-size: 30px;
	color: #f299ae
}
.loved:hover{
	background-image: url("https://64.media.tumblr.com/5ac6dc8b94a7679057b76ae5aa2d82b9/tumblr_oy8jn4lz9n1vjadpco1_400.gif");
}
.pics{
	width:780px;
	height:500px;
	margin:auto;
}