body {
  padding: 0px;
  margin: 0px;
  background: url(redandblue.png) no-repeat center center fixed;
  background-size: cover;
}

.card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-body img {
  width: 100px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

footer {
  padding: 15px 25px;
}

.small {
  font-size: 12px;
}

.btn {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.btn-one {
  background: #202d62;
}

.btn-two {
  background: #393980;
}

.btn-three {
  background: #d5445c;
}

.btn-one,
.btn-two,
.btn-three {
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.btn-one:hover,
.btn-one:active {
  background: #374786 !important;
  box-shadow: 0px 4px 8px rgba(32, 45, 98, 0.5);
  color: white !important;
}

.btn-two:hover,
.btn-two:active {
  background: #4e4e8f !important;
  box-shadow: 0px 4px 8px rgba(57, 57, 128, 0.5);
  color: white !important;
}

.btn-three:hover,
.btn-three:active {
  background: #db536a !important;
  box-shadow: 0px 4px 8px rgba(213, 68, 92, 0.5);
  color: white !important;
}

@media screen and (max-width: 1300px) {
  .card {
    /* background: white; */
    max-width: 300px;
  }

  .small {
    color: white;
  }

  .cel {
    color: white;
  }

  footer {
    padding: 10px 20px;
  }
}
