body {
    background-color: #000;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 20px;
}

.sidekick-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidekick-body {
    position: relative;
    width: 300px;
}

.sidekick-body img {
    width: 100%;
    display: block;
}

.screen {
    position: absolute;
    top: 55px; /* adjust to fit screen */
    left: 40px; /* adjust to fit screen */
    width: 220px;
    height: 165px;
    overflow: hidden;
}

.screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.accessories {
    margin-top: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.accessories img {
    width: 100px;
    height: auto;
}
