body {
    background-color: black;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    margin: auto;
    align-items: center;
    text-align: center;
    list-style-position: inside;
}

img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50%;
}

audio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50%;
}

footer {
    display: flex;
    bottom: 5%;
    text-align: center;
    justify-content: center;
    width: 100%;
    position: fixed;
    margin: auto;
}