@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

#showcasebg{
    background-image: url(images/bg.jpg);
    background-size: contain;
    background-repeat: round;
    height: 280px;
}

#footerLinks{
    text-decoration: none;
    color: darkslategray;
    font-size: 16px;
    font-weight: bold;
}

#main{
    background-size: contain;
    background-repeat: round;

}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding-top: 70px;
    padding-bottom: 40px;
    font-size: 20px;
  }