html {
	height: 100%;
}

body {
	background-image: url("../images/paws.png");
	background-repeat: repeat-x repeat-y;
	overflow: hidden;
}

#name {
	color: limegreen;
	font-family: cursive;
	font-size: 98px;
	font-style: italic;
	font-weight: bold;
	margin-top: 25px;
	text-align: center;
	display: block;
}

#mainimg {
	margin-top: 25px;
	text-align: center;
}

#buttons {
	padding-left: 20%;
	padding-right: 20%;
	margin-top: 25px;
	display: flex;
	justify-content: space-around;
}

#buttons div {
	width: 138px;
	height: 138px;
}

.bsky {
	width: 138px;
	height: 138px;
	display: block;
	background-image: url("../images/bsky0.png");
}

.bsky:hover {
	background-image: url("../images/bsky1.png");
}

.insta {
	width: 138px;
	height: 138px;
	display: block;
	background-image: url("../images/insta0.png");
}

.insta:hover {
	background-image: url("../images/insta1.png");
}

.telegram {
	width: 138px;
	height: 138px;
	display: block;
	background-image: url("../images/telegram0.png");
}

.telegram:hover {
	background-image: url("../images/telegram1.png");
}

.tailwags {
	width: 138px;
	height: 138px;
	display: block;
	background-image: url("../images/tailwags0.png");
}

.tailwags:hover {
	background-image: url("../images/tailwags1.png");
}

#copyright {
	color: limegreen;
	font-family: "Arial";
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 20%;
	right: 20%;
	text-align: center;
}
