body,html
{
   height:100%;
    overflow: hidden;

}

*{
    box-sizing: border-box;
    margin:0px;
    padding:0px;

}

.bgimg
{
    background-image: url("home.png");
    background-position: 0% 0%;
    height:100%;
    background-size: cover;
    /* filter: blur(3px); */
}
.bgtxt
{
    font-weight:bold;
    /* text-align: center; */
    position: absolute;
    color:aliceblue;
    top:63%;
    z-index: 2;
    width:100%;

}
.btn {
    background: #fff424;
    background-image: -webkit-linear-gradient(top, #fff424, #ffe608);
    background-image: -moz-linear-gradient(top, #fff424, #ffe608);
    background-image: -ms-linear-gradient(top, #fff424, #ffe608);
    background-image: -o-linear-gradient(top, #fff424, #ffe608);
    background-image: linear-gradient(to bottom, #fff424, #ffe608);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #080008;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }
  .btn:hover {
    background: #ffb508;
    background-image: -webkit-linear-gradient(top, #f8ae0d, #fad60a);
    background-image: -moz-linear-gradient(top, #f8ae0d, #fad60a);
    background-image: -ms-linear-gradient(top, #f8ae0d, #fad60a);
    background-image: -o-linear-gradient(top, #f8ae0d, #fad60a);
    background-image: linear-gradient(to bottom, #f8ae0d, #fad60a);
    text-decoration: none;
  }
.btn
{
    margin:30px;
    /* margin-left:5em;
    margin-right:0; */
    padding-left:30px;
    display:inline-block;
    /* position: absolute; */
}
.grp
{
    position:relative;
    left:10%;
}

.footer
{
    position:absolute;
    bottom: 10px;
    right:42%;
}