p{
    font-size: large;
    font-weight: 600;
    opacity: 0.9;
}

#dialog{
    width:300px;
}

.right{
    margin-left: 120px;
}

.pic1{
    margin-left: 3vw;
}

#btn2 {
    position: absolute;
     left: 45%;
      top: 511px;
      
      /* top: 521px;
    left: 53%; */

}

.heading{
    text-align: center;
    font-size: 35px;
    font-family: Candara, Oswald;
}

.pic {
    display: block;
    margin: 0 auto;
    width: 25%;
}

    
#btn1 {
    position: fixed;
    top: 521px;
    left: 53%;
    transform: translate(-50%, -50%);
}

@media (max-width:480px) {
    .heading{
        font-size: 29px;
    }

    .pic {
        width: 75%;        
    }

    #btn1 {
        top: 432px;
        left: 65%;
    }

    #btn2 {
         left: 35%;
         top: 421px;
    }
    .pic1{
        margin-left: 11vw;
    }
}