html, body {
    background: #343a40;
}
img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  max-width: 150px;
}

#card {
  margin: auto;
  margin-top: 30px;
  width: 400px;
}

a {
  color: #ffc3a2;
}

.card {
    background: #6F9D8D;
    background: -moz-linear-gradient(225deg, #62887b 0%, #6F9D8D 100%);
    background: -webkit-linear-gradient(225deg, #62887b 0%, #6F9D8D 100%);
    background: linear-gradient(225deg, #62887b 0%, #6F9D8D 100%);
    box-shadow: 0px 32px 70px -40px #000000;
    border: none;
    border-radius: 12px;
}
