body{
    background-color: black;
    font-size: 21px;
    height: 100vh;

}
.container-fluid {
    max-width: 576px;
    height: 100vh;

}
*:focus {
    outline: 4px solid #14AE5C !important;
}

.mic-active{
    display: none;
}
.to-right{
    transform: rotate(-90deg);
}
.collapse-part.selected{
    background-color: #444;
}
.collapse{
    color: white;
}
.product-actions a{
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: #D9D9D9;
}
.product-actions a:hover{
    background-color: #FED815;
}
.btn{
    border: none;
    border-radius: 5px;
    margin: 5px 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background-color: #D9D9D9;
}
