body {
    background: #efefef;
}

.container-image {
    margin-top: 4.1%;
    height: 77%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container-actions {
    height: 23%;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-actions > div {
    height: 80%;
    width: 10%;
    margin-left: 10%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-actions > div > span {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 10%;
}

.circle-actions {
    height: 85%;
    width: 100%;
    position: relative;
}