
body {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align-last: center;  
   
}

img {
    vertical-align: middle;
    border-style: none;
}

#download {
        top: 5%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 8;
        align-items: center;
        justify-content: center;
        display: flex !important;
        flex-direction: column !important;
    
    }

#downloadmex {
        bottom: -5%;
        left: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        z-index: 8;
        align-items: center;
        justify-content: center;
        display: flex !important;
        flex-direction: column !important;
    a:link {text-decoration:none;color:rgba(25, 31, 59, 0.12);font-weight:400;font-family:Tahoma;}
    }

#foto {
   top: 10%; 
    position: absolute;
    width:100%;
    
    
}
#foto1 {
   top: 50%; 
    position: absolute;
    
}

#space {
    
height:50%;
    position: absolute;
}
@media screen and (max-width: 720px) {
    img {
  display: block;
  margin: auto;
        
}
 #foto {
  display: flex;
  justify-content: center;
     
}   
    
}