*{
    margin: 0 ;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
body{
    padding: 0 400px;
    background: #202D36;
}

h2{
    position: absolute;
    top:95px;
    left: 500px;
    text-align: center;
    color: aliceblue;
}
.whatapp-scan img{
    position: absolute;
    top: 100px;
    left: 200px;
    width: 500px;
}


@media screen and (max-width: 900px) {
    h2 {
       
        top: 95px;
        left: 300px;
        

}
