.accessory-layout {
    padding: 10px;
    display: flex;
    margin: 0.60em 0.85em;
    color: white;
    border: 3px solid white;
    border-radius: 10px;
    background-color: rgba(61, 61, 61, 0.966);
    
}
.accessory-layout-1 {
    display: flex;
    margin: 0.60em 0.85em;
    color: white;
    flex-wrap: nowrap;
    flex-direction: column;   
}
.accessory-icon {
    width: 36px;
    height: 36px;
    image-rendering: pixelated;
}
.accessory-ui {
    width: 256px;
    height: 256px;
    image-rendering: pixelated;
}
@media only screen and (max-width: 620px) {
    .accessory-layout {
        padding: 10px;
        display: flex;
        margin: 0.60em 0.85em;
        color: white;
        border: 3px solid white;
        border-radius: 10px;
        background-color: rgba(61, 61, 61, 0.966);
        justify-content: center;
        flex-direction: column;
        
    }
}