body{
	background-image: url("https://64.media.tumblr.com/5d0780ab645b499a62108dd6bd4f5565/tumblr_inline_ml7ycfE7pg1qz4rgp.gif");
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: titles;
  src: url(mikiyu-mokomori-kuro.ttf);
}
@font-face {
  font-family: pixel;
  src: url(KiwiSoda.ttf);
}

h1{
  font-family: titles;
}
p{
	font-family: pixel;
}
img{
  max-width: 100%;
  height: auto;
}
.rotating {
  animation: rotating 4s linear infinite;
}
#aboutme {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 0.7em;
	line-height: 1em;
}
.buttons{
	position: absolute;
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 60px;
}
.buttons img{
	width: 70px;
}
li{
	display: inline;
}
ul img{
	width: 60px;
}