body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #1a1a1a;
}

.bot-profile {
  text-align: center;
  align-items: center;
  width: 100%;
  height: 280px;
}

.bot-profile h1 {
  color: #fff;
  text-align: center;
  width: 100%;
}

.bot-profile img {
  border-radius: 100%;
  margin-bottom: 20px;
}

.bot-profile .servers {
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 18px;
}

.bot-profile .invite {
  margin-top: 20px;
  text-align: center;
  background-color: #333;
  font-size: 18px;
  border-radius: 8%;
  padding-left: 10px;
  padding-right: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 4px #333 solid;
  color: #d4d4d4;
  text-align: center;
}

.bot-profile .invite:hover {
  background-color: #4b4b4b;
  border: 4px #4b4b4b solid;
  transition: 0.3s ease-in-out;
  color: #fff;
  cursor: pointer;
}

.bot-profile .invite .fa-plus {
  margin-right: 5px;
  margin-left: 0px;
  color: #d4d4d4;
}

footer {
  margin-top: 40px;
  background-color: #333;
  color: #fff;
  padding: 20px;
  text-align: center;
  padding-left: 0;
}

footer a {
  text-decoration: none;
  color: #b1b1b1;
  margin: 10px;
}

footer a:hover {
  color: #fff;
}

footer a:visited {
  color: #b1b1b1;
}
