
/* BODY*/
body {
    display: flex;
    justify-content: center;
    padding: 20px;
    background: #000000;
    font-family: Georgia, serif;
}

main {
    background: #000000;
}

img{
    width: 24%;
}

/* FOOTER */
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 3px;
    font-size: 8px;
    font-style: italic;
    color: white;
}