.logo-container {
    height: 7rem;
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item {
    position: absolute;
    width: 180px;
    height: 180px;
}

.item-left {
    background-image: url('/storage/svg/references_star_red.svg');
    background-size: cover;
    bottom: 0%;
    left: 10%;
}

.item-right {
    background-image: url('/storage/svg/references_star_blue.svg');
    background-size: cover;
    right: 10%;
    top: 0%;
}

.logo-appstore {
    height: 60px;
}
