body {
    background-image: url('img-sentences/white_streak.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bolder;
    color: rgb(255, 83, 83);
    margin: auto;
    align-items: center;
    text-align: center;
    list-style-position: inside;
}

img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 75%;
}

audio {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50%;
}


article {
    max-width: 960px;
    min-width: 320px;
    margin: auto;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.74)
}