.ovehack-container {
    width: 100%;
    height: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ovehack-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.ovehack-play-icon, .ovehack-mute-icon {
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.ovehack-mute-icon {
    max-width: 75%;
    max-height: 75%;
}