@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

body {
  margin: 0;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2c539e;
  text-align: center;
  background: #e9f6fd;
}

.vertical-center {
  min-height: 100%; 
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.bottom {
  position: fixed !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 1000 !important;
  display: block !important;
  padding: 0 40px 40px 0 !important;
}

h1.mt-5 {
  font-size: 1rem;
  margin-top: 0 !important;
}