body { 
    font-family:"Arial"; 
    overflow-x:hidden; 
    background-image: url("img/back.jpg");
}


.imglogo img{
    width: 200px;
    /* align-items: center; */
    padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
    .imglogo img{
        width: 200px;
        
    }
}
.text h6{
    padding-top: 100px;
    color: rgb(101, 101, 102);
}
.buttonScan{
    padding-top: 100px;
}
.buttonExplore{
    padding-top: 20px;
}
.buttonScan a{
    width: 250px;
    height: 52px;
    border-radius: 6px;
    background: linear-gradient(-180deg , rgba(94,22,122,255) 0%, rgba(86,22,121,255) 49%, rgba(69,22,114,255) 100%);
    box-shadow: 0px 1px 4px 1px rgba(81,43,82,2.55);
}
.buttonScan a span{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.8;
    font-size: 21px;
}
.buttonExplore a{
    width: 250px;
    height: 52px;
    border-radius: 6px;
    background: linear-gradient(-180deg , rgba(120,179,70,255) 0%, rgba(120,179,70,255) 45%, rgba(110,165,63,255) 73%, rgba(90,132,54,255) 100%);
    box-shadow: 0px 1px 4px 1px rgba(70,105,41,2.55);
}
.buttonExplore a span{
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.8;
    font-size: 21px;
}