@font-face {
  font-family: "font";
  src: url(ProjectPaintball.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}

.plush {
  font-family: font;
  color: rgb(255, 0, 212);
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.plush:hover{
  color: rgb(0, 226, 0);
}

.plushimage{
  width: 150px;
  margin-top: 5px;
  position: relative;
  margin-left: 600px;
  margin-top: -130px;
}



.yt-link {
  font-family: font;
  color: rgb(255, 0, 212);
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.yt-link:hover{
  color: rgb(0, 226, 0);
}

.intro {
  font-family: font;
  color: white;
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}


.discord {
  font-family: font;
  color: rgb(255, 0, 212);
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.discord:hover{
  color: rgb(0, 226, 0);
}

.reddit {
  font-family: font;
  color: rgb(255, 0, 212);
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.reddit:hover{
  color: rgb(0, 226, 0);
}

.bluesky {
  font-family: font;
  color: rgb(255, 0, 212);
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.bluesky:hover{
  color: rgb(0, 226, 0);
}

.outro {
  font-family: font;
  color: white;
  display: inline-block;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

