@charset "UTF-8";

body {
    background: black;
}

div.correo {
    text-align: right;
}

div.cuerpo {
    display:flex;
    justify-content: center;
    margin-top: 200px;
}

img {
    width:100%; 
    height:100%;
}
    
a {
    color: white;
}