body { background-image: url("maxresdefault.jpg");
    background-size: cover;
     margin: 0px; 
     padding: 0px; }

    img{
        width: 900px;
        position: absolute;
        right: 650px;
        bottom: 750px;
    }
    .button1 {
        position: absolute;
        right: 900px;
        bottom:200px;
        height: 100px;
        width: 400px;

    }
    .button1 { background-color: rgba(35, 33, 150, 0.7);  border: 2px solid rgba(38, 36, 177, 0.7);
        border-radius: 8px; }
    
        .button2 {
            position: absolute;
            right: 900px;
            bottom:500px;
            height: 100px;
            width: 400px;
    
        }
        .button2 { background-color: rgba(35, 33, 150, 0.7);  border: 2px solid rgba(38, 36, 177, 0.7);
            border-radius: 8px; }
            
            .button3 {
                position: absolute;
                right: 900px;
                bottom:350px;
                height: 100px;
                width: 400px;
        
            }
            .button3 { background-color: rgba(35, 33, 150, 0.7);  border: 2px solid rgba(38, 36, 177, 0.7);
                border-radius: 8px; }