body {
    display: flex;
    background-image: url(files/CONFEIGO.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
}
#download {
    width: 30vh;
}
#images {
    position: absolute;
    right: 10vh;
    bottom: 20vh;
}

@media (orientation: portrait) {
    body {
        background-image: url(files/mobile.png);
        background-color: #ffad2c;
    }
    #download {
        width: 20vh;
    }
    #images {
        position: absolute;
        display: flex;
        flex-direction: column;
        right: 25%;
        top: 370px;
    }
}