.bottom-left {
    position: absolute;
    bottom: 16px;
    left: 32px;
}

.top-left {
    position: absolute;
    top: 16px;
    left: 32px;
}

.top-center {
    position: absolute;
    top: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.top-right {
    position: absolute;
    top: 16px;
    right: 32px;
}

.bottom-right {
    position: absolute;
    bottom: 16px;
    right: 32px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-carousel {
    letter-spacing: 3px;
    background-color: rgba(221, 81, 16, 0.856);
    border-radius: 0.5em;
    color: white;
    font-family: "Roboto", sans-serif;
}

.icon-unit {
    font-size: 4rem;
}

.center {
    text-align: center;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
