:root {
  --thm-primary: #f5f5f5;
  --thm-primary-rgb: 255, 94, 21;
  --thm-heading-font-color: #121213;
  --thm-black: #2a3b70;
  --thm-black-rgb: 31, 46, 92;
  --thm-gray-bg: #f8f8f8;
  --thm-gray-bg-rgb: 248, 248, 248;
  --thm-white-rgb: 255, 255, 255;
}

/*------------*/
.bg-gradient {
    background: transparent linear-gradient(270deg, #4D6F96 0%, #070C12 100%) 0% 0% no-repeat padding-box;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}