/* Add here all your CSS customizations */
.icon-button {
    border: none;
    display: inline;
    background-color: transparent;
}

.action-btn {
    font-size: 18px;
    margin-right: 10px;
}

.line {
    height: 1px;
    width: 100%;
    background-color: rgb(214, 211, 211);
}
.line2 {
    height: 1px;
    width: 100%;
    background-color: rgb(90, 88, 124);
}

.speaker-img {
    border-radius: 20px;
}
.img-div{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(220, 222, 222);
    border-radius: 10px;
}
hr{
    background-color: cornflowerblue;
}