#twitter-button {
  background: #1D9BF0;
  color: white;
}

#twitter-button:hover {
  background: #2ea0ec;
  color: white;
  box-shadow: 0 1rem 3rem rgba(82, 132, 233, 0.2);
}

#discord-button {
  background: #6E86D5;
  color: white;
}

#discord-button:hover {
  background: #7993eb;
  color: white;
  box-shadow: 0 1rem 3rem rgba(48, 190, 247, 0.2);
}

@font-face { font-family: "Press Start 2P"; src: url('PRESSSTART2P-VAV7.TTF'); }
* {
  font-family: "Press Start 2P";
}

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background:linear-gradient(135deg,rgba(197,155,214) 0%,rgba(91,204,191) 101.39%)
}

.container {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

#hero {
  width: 10rem;
  height: 10rem;
  border-width: 5px !important;
  margin-bottom: 20px;
}

.item-button {
  box-shadow: none;
  text-align: left !important;
}

.item-button * {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.item-thumb {
  width: 3rem;
  height: 3rem;
}

.item-thumb img {
  width: 100%;
  height: 100%;
}

.item-label-group {
  position: relative;
}

.m-3 {
  color: #e0e0e0;
  font-size: 40px;
}

.text-center {
  color: #d8d8d8;
}

.item-label-group p,
.item-label-group label {
  width: 100%;
  height: 3.125rem;
  line-height: 1.5;
  padding: 0.75rem;
  margin-bottom: 0;
  display: block;
}

.item-label-group p {
  color: transparent;
  /*transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
}

.item-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  /*transition: all .1s ease-in-out;*/
}

.item-button:hover p {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
  color: inherit;
}

.item-button:hover label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
}

span.line {
  display: inline-block;
}

.text-muted {
    color: rgba(255,255,255,0.40);
    font-size: 14px;
}