@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: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #e0a40e;
  text-align: left;
  background-color: #edbd35;
  background: url(../../images/bg-bulb-yellow.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.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 {
    /*background: rgba(255,204,0,1);
    padding: 8px 15px;*/
}

@media (min-width: 992px) {
  .bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: block;
    padding: 0 40px 40px 0;
  }
}