    .container {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .container img {
        width: 100%;
        height: auto;
    }

    span {
        display: inline-block;
        padding: 0 10px;
    }

    aside {
        display: flex;
        justify-content: space-around;
    }